summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/ede.el')
-rw-r--r--lisp/cedet/ede.el2
1 files changed, 1 insertions, 1 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)