summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-11-13 15:17:28 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-11-13 15:17:28 +0000
commitf30efa7cf0109371193d7862acc4cc811d212ec5 (patch)
treebf7619051dd746b7fa0186f51de9d11016acfa95
parentd5c79e811c0d52eebbd081d5a773fec02e32db2f (diff)
downloademacs-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/ChangeLog6
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.