# HG changeset patch # User Chong Yidong # Date 1254602466 0 # Node ID cd07980a5c89729ff527e4529ac19472dc3e699b # Parent a7a62ad6dc294e431b152e1c0202a0b23e16bc74 Fix last change. diff -r a7a62ad6dc29 -r cd07980a5c89 lisp/cedet/ede.el --- a/lisp/cedet/ede.el Sat Oct 03 20:40:21 2009 +0000 +++ b/lisp/cedet/ede.el Sat Oct 03 20:41:06 2009 +0000 @@ -436,7 +436,7 @@ ;;; 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)