diff options
| author | Chong Yidong | 2009-10-03 20:43:31 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-10-03 20:43:31 +0000 |
| commit | ddae09e52b9bc374f28781aa3e2f596d06e2667c (patch) | |
| tree | 23944406dc773c1a316864f71088faa03ab22291 | |
| parent | 8b440f714308f4fce2465491a08f9e18906d367c (diff) | |
| download | emacs-ddae09e52b9bc374f28781aa3e2f596d06e2667c.tar.gz emacs-ddae09e52b9bc374f28781aa3e2f596d06e2667c.zip | |
Fix last change.
| -rw-r--r-- | lisp/cedet/ede.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/map.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index e68169117fa..e3f632ac761 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.") | |||
| 436 | ;;; The EDE persistent cache. | 436 | ;;; The EDE persistent cache. |
| 437 | ;; | 437 | ;; |
| 438 | (defcustom ede-project-placeholder-cache-file | 438 | (defcustom ede-project-placeholder-cache-file |
| 439 | (expand-file-name "ede-projects" user-emacs-directory) | 439 | (expand-file-name "ede-projects.el" user-emacs-directory) |
| 440 | "File containing the list of projects EDE has viewed." | 440 | "File containing the list of projects EDE has viewed." |
| 441 | :group 'ede | 441 | :group 'ede |
| 442 | :type 'file) | 442 | :type 'file) |
diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el index 412ee6a8a52..3c841386ab2 100644 --- a/lisp/cedet/srecode/map.el +++ b/lisp/cedet/srecode/map.el | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | "The current map for global SRecode templates.") | 45 | "The current map for global SRecode templates.") |
| 46 | 46 | ||
| 47 | (defcustom srecode-map-save-file | 47 | (defcustom srecode-map-save-file |
| 48 | (expand-file-name "srecode-map" user-emacs-directory) | 48 | (expand-file-name "srecode-map.el" user-emacs-directory) |
| 49 | "The save location for SRecode's map file. | 49 | "The save location for SRecode's map file. |
| 50 | If the save file is nil, then the MAP is not saved between sessions." | 50 | If the save file is nil, then the MAP is not saved between sessions." |
| 51 | :group 'srecode | 51 | :group 'srecode |