From: Chong Yidong Date: Thu, 31 Jul 2008 01:22:29 +0000 (+0000) Subject: * files.el (normal-mode): Move call to hack-project-variables into X-Git-Tag: emacs-pretest-23.0.90~3775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f7ca5f6da6893299e5f4bfa929542e0cc061dc0;p=emacs.git * 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a90db4c6d9..833db8dc203 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2008-07-31 Chong Yidong + + * 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 * info-look.el (autoconf-mode :doc-spec): For