aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-07-31 01:22:29 +0000
committerChong Yidong2008-07-31 01:22:29 +0000
commit4f7ca5f6da6893299e5f4bfa929542e0cc061dc0 (patch)
treec3368b85324d9e548bebda63edafd5a3a0cdd9d1
parentbd187c49598c3a6db2ed0cbfe84a36171be7121d (diff)
downloademacs-4f7ca5f6da6893299e5f4bfa929542e0cc061dc0.tar.gz
emacs-4f7ca5f6da6893299e5f4bfa929542e0cc061dc0.zip
* files.el (normal-mode): Move call to hack-project-variables into
hack-local-variables. (file-local-variables-alist, before-hack-local-variables-hook): New vars. (ignored-local-variables): Add file-local-variables-alist. (hack-local-variables-filter): Renamed from hack-local-variables-apply. Add the result to file-local-variables-alist, without applying them. (hack-local-variables): Set file-local-variables-alist to nil. Call hack-project-variables and before-hack-local-variables-hook. Apply variables here, instead of hack-local-variables-apply. Based on a patch by Alan Mackenzie.
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a90db4c6d9..833db8dc203 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12008-07-31 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (normal-mode): Move call to hack-project-variables into
4 hack-local-variables.
5 (file-local-variables-alist, before-hack-local-variables-hook):
6 New vars.
7 (ignored-local-variables): Add file-local-variables-alist.
8 (hack-local-variables-filter): Renamed from
9 hack-local-variables-apply. Add the result to
10 file-local-variables-alist, without applying them.
11 (hack-local-variables): Set file-local-variables-alist to nil.
12 Call hack-project-variables and before-hack-local-variables-hook.
13 Apply variables here, instead of hack-local-variables-apply.
14 Based on a patch by Alan Mackenzie.
15
12008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org> 162008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2 17
3 * info-look.el (autoconf-mode :doc-spec): For 18 * info-look.el (autoconf-mode :doc-spec): For