]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 3 Oct 2009 20:43:31 +0000 (20:43 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 3 Oct 2009 20:43:31 +0000 (20:43 +0000)
lisp/cedet/ede.el
lisp/cedet/srecode/map.el

index e68169117fa34eed8c7b4b5ff4c0c5930ca9bb86..e3f632ac761fbec6f47500708a56efe416bd0d97 100644 (file)
@@ -436,7 +436,7 @@ Do not set this to non-nil globally.  It is used internally.")
 ;;; The EDE persistent cache.
 ;;
 (defcustom ede-project-placeholder-cache-file
-  (expand-file-name "ede-projects" user-emacs-directory)
+  (expand-file-name "ede-projects.el" user-emacs-directory)
   "File containing the list of projects EDE has viewed."
   :group 'ede
   :type 'file)
index 412ee6a8a52d92c76dfa377180042969eaa29367..3c841386ab283ee98c219e5a713ba15ae97cd71e 100644 (file)
@@ -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