Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8b440f71
Commit
8b440f71
authored
Oct 03, 2009
by
Chong Yidong
Browse files
* cedet/ede.el (ede-project-placeholder-cache-file): Default to a file
in user-emacs-directory.
parent
2f79fdf0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/cedet/ede.el
lisp/cedet/ede.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8b440f71
...
...
@@ -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.
...
...
lisp/cedet/ede.el
View file @
8b440f71
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment