Mercurial > hg > xemacs-beta
comparison lisp/config.el @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children | 95016f13131a |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
27 ;;; Commentary: | 27 ;;; Commentary: |
28 | 28 |
29 ;;; Code: | 29 ;;; Code: |
30 | 30 |
31 | 31 |
32 (defvar config-value-file (expand-file-name "config.values" doc-directory) | 32 (defvar config-value-file (expand-file-name "config.values" exec-directory) |
33 "File containing configuration parameters and their values.") | 33 "File containing configuration parameters and their values.") |
34 | 34 |
35 (defvar config-value-hash-table nil | 35 (defvar config-value-hash-table nil |
36 "Hash table to store configuration parameters and their values.") | 36 "Hash table to store configuration parameters and their values.") |
37 | 37 |