1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* cedet/ede.el (ede-project-placeholder-cache-file): Default to a file

in user-emacs-directory.
This commit is contained in:
Chong Yidong 2009-10-03 20:40:21 +00:00
parent 2f79fdf034
commit 8b440f7143
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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 "~/.projects.ede")
(expand-file-name "ede-projects" user-emacs-directory)
"File containing the list of projects EDE has viewed."
:group 'ede
:type 'file)