summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-10-03 20:40:21 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-10-03 20:40:21 +0000
commit8b440f714308f4fce2465491a08f9e18906d367c (patch)
tree03df03ff7882d786f32225231108308a3e1c0398 /lisp/cedet/ede.el
parent2f79fdf0346c5ca260f706a92f1e2fe0900974e5 (diff)
downloademacs-8b440f714308f4fce2465491a08f9e18906d367c.tar.gz
* cedet/ede.el (ede-project-placeholder-cache-file): Default to a file
in user-emacs-directory.
Diffstat (limited to 'lisp/cedet/ede.el')
-rw-r--r--lisp/cedet/ede.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el
index 53087e12658..e68169117fa 100644
--- a/lisp/cedet/ede.el
+++ b/lisp/cedet/ede.el
@@ -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)