Mercurial > emacs
changeset 105412:cd07980a5c89
Fix last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 03 Oct 2009 20:41:06 +0000 |
parents | a7a62ad6dc29 |
children | 58adcfd5499e |
files | lisp/cedet/ede.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)