changeset 105413:58adcfd5499e

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 03 Oct 2009 20:43:31 +0000
parents cd07980a5c89
children c6cabc736460
files lisp/cedet/srecode/map.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cedet/srecode/map.el	Sat Oct 03 20:41:06 2009 +0000
+++ b/lisp/cedet/srecode/map.el	Sat Oct 03 20:43:31 2009 +0000
@@ -45,7 +45,7 @@
   "The current map for global SRecode templates.")
 
 (defcustom srecode-map-save-file
-  (expand-file-name "srecode-map" user-emacs-directory)
+  (expand-file-name "srecode-map.el" user-emacs-directory)
   "The save location for SRecode's map file.
 If the save file is nil, then the MAP is not saved between sessions."
   :group 'srecode