comparison lisp/config.el @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 8626e4521993
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
27 ;;; Commentary: 27 ;;; Commentary:
28 28
29 ;;; Code: 29 ;;; Code:
30 30
31 31
32 (defvar config-value-file (expand-file-name "config.values" exec-directory) 32 (defvar config-value-file (expand-file-name "config.values" doc-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