comparison lisp/ChangeLog @ 97136:1aea5b713a31

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 31 Jul 2008 01:22:29 +0000
parents b29e23ccc6f8
children 20a2b3573c2d
comparison
equal deleted inserted replaced
97135:09abb4487286 97136:1aea5b713a31
1 2008-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
1 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org> 16 2008-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
4 "(autoconf)M4 Macro Index", if the item already 19 "(autoconf)M4 Macro Index", if the item already
5 begins with "AS_", don't prefix that string again. 20 begins with "AS_", don't prefix that string again.