diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-11-13 15:17:28 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-11-13 15:17:28 +0000 |
commit | f30efa7cf0109371193d7862acc4cc811d212ec5 (patch) | |
tree | bf7619051dd746b7fa0186f51de9d11016acfa95 | |
parent | d5c79e811c0d52eebbd081d5a773fec02e32db2f (diff) | |
download | emacs-f30efa7cf0109371193d7862acc4cc811d212ec5.tar.gz |
* files.el (project-settings-file): New variable.
(project-find-settings-file): Use it, instead of hardcoding
.dir.settings.el.
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1062ce59fa2..4ffdcfba500 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-11-13 Chong Yidong <cyd@stupidchicken.com> + + * files.el (project-settings-file): New variable. + (project-find-settings-file): Use it, instead of hardcoding + .dir.settings.el. + 2008-11-13 Glenn Morris <rgm@gnu.org> * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22. |