aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r--lisp/cedet/srecode/map.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el
index 412ee6a8a52..3c841386ab2 100644
--- a/lisp/cedet/srecode/map.el
+++ b/lisp/cedet/srecode/map.el
@@ -45,7 +45,7 @@
45 "The current map for global SRecode templates.") 45 "The current map for global SRecode templates.")
46 46
47(defcustom srecode-map-save-file 47(defcustom srecode-map-save-file
48 (expand-file-name "srecode-map" user-emacs-directory) 48 (expand-file-name "srecode-map.el" user-emacs-directory)
49 "The save location for SRecode's map file. 49 "The save location for SRecode's map file.
50If the save file is nil, then the MAP is not saved between sessions." 50If the save file is nil, then the MAP is not saved between sessions."
51 :group 'srecode 51 :group 'srecode