emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Thu, 31 Jul 2008 01:22:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/07/31 01:22:31

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14254
retrieving revision 1.14255
diff -u -b -r1.14254 -r1.14255
--- ChangeLog   30 Jul 2008 20:29:54 -0000      1.14254
+++ ChangeLog   31 Jul 2008 01:22:29 -0000      1.14255
@@ -1,3 +1,18 @@
+2008-07-31  Chong Yidong  <address@hidden>
+
+       * 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  <address@hidden>
 
        * info-look.el (autoconf-mode :doc-spec): For




reply via email to

[Prev in Thread] Current Thread [Next in Thread]