Mercurial > emacs
changeset 105411:a7a62ad6dc29
* cedet/ede.el (ede-project-placeholder-cache-file): Default to a file
in user-emacs-directory.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 03 Oct 2009 20:40:21 +0000 |
parents | 38782a5dda5e |
children | cd07980a5c89 |
files | lisp/ChangeLog lisp/cedet/ede.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 03 20:38:30 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 03 20:40:21 2009 +0000 @@ -19,6 +19,8 @@ * cedet/ede.el (ede-target-forms-menu): Don't enable if no projects exist. + (ede-project-placeholder-cache-file): Default to a file in + user-emacs-directory. * cedet/srecode/map.el (srecode-map-base-template-dir): Look for templates in data-directory.
--- a/lisp/cedet/ede.el Sat Oct 03 20:38:30 2009 +0000 +++ b/lisp/cedet/ede.el Sat Oct 03 20:40:21 2009 +0000 @@ -436,7 +436,7 @@ ;;; The EDE persistent cache. ;; (defcustom ede-project-placeholder-cache-file - (expand-file-name "~/.projects.ede") + (expand-file-name "ede-projects" user-emacs-directory) "File containing the list of projects EDE has viewed." :group 'ede :type 'file)