]> git.eshelyaron.com Git - emacs.git/commitdiff
* cedet/ede.el (ede-project-placeholder-cache-file): Default to a file
authorChong Yidong <cyd@stupidchicken.com>
Sat, 3 Oct 2009 20:40:21 +0000 (20:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 3 Oct 2009 20:40:21 +0000 (20:40 +0000)
in user-emacs-directory.

lisp/ChangeLog
lisp/cedet/ede.el

index 29855de1bd43583352fb967eef0d22aca987d621..2bddb5f6da23bb7d240c15374ae363bfbb2ca55b 100644 (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.
index 53087e12658a23b3d42a7ccc2d90dd021bcc294b..e68169117fa34eed8c7b4b5ff4c0c5930ca9bb86 100644 (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)