comparison lisp/config.el @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 3b3709405255
children 8626e4521993
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
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 "Hashtable to store configuration parameters and their values.") 36 "Hashtable to store configuration parameters and their values.")
37 37