diff options
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/ede.el | 2 | ||||
-rw-r--r-- | lisp/cedet/srecode/map.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index e68169117fa..e3f632ac761 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el @@ -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) 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 @@ "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 |