comparison lisp/config.el @ 353:3b3709405255 r21-1-6

Import from CVS: tag r21-1-6
author cvs
date Mon, 13 Aug 2007 10:55:33 +0200
parents c5d627a313b1
children cc15677e0335
comparison
equal deleted inserted replaced
352:e7288c5461ae 353:3b3709405255
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 "Hashtable to store configuration parameters and their values.") 36 "Hashtable to store configuration parameters and their values.")
37 37