# HG changeset patch # User Eli Zaretskii # Date 1224421315 0 # Node ID 86e3af42f38c62d2d775ad92b7ab708ead00f7c1 # Parent 8f72dc98b9d1a271e3a7c06835ac883a95128c3a *** empty log message *** diff -r 8f72dc98b9d1 -r 86e3af42f38c etc/NEWS --- a/etc/NEWS Sun Oct 19 13:01:33 2008 +0000 +++ b/etc/NEWS Sun Oct 19 13:01:55 2008 +0000 @@ -1316,6 +1316,10 @@ *** set-file-modes is now interactive and can take the mode value in symbolic notation thanks to auxiliary functions. ++++ +*** file-local-variables-alist stores an alist of file-local +variables defined in the current buffer. + ** Process changes +++ *** The new function `start-file-process' is similar to `start-process', @@ -1391,9 +1395,6 @@ *** New variables: -**** file-local-variables-alist stores an alist of file-local -variables defined in the current buffer. - **** `find-word-boundary-function-table' is a char-table of functions to search for a word boundary. @@ -1528,6 +1529,7 @@ *** New hooks: ++++ **** before-hack-local-variables-hook is called after setting new variable file-local-variables-alist, and before actually applying the file-local variables.