]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (normal-mode): Move call to hack-project-variables into
authorChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 01:22:29 +0000 (01:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 01:22:29 +0000 (01:22 +0000)
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.

lisp/ChangeLog

index 8a90db4c6d9ef4c1888160d375243ac69fe75070..833db8dc203242a88fd66545301a979d891fe785 100644 (file)
@@ -1,3 +1,18 @@
+2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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.
+
 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
        * info-look.el (autoconf-mode :doc-spec): For