Mercurial > emacs
changeset 98883:86e3af42f38c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 19 Oct 2008 13:01:55 +0000 |
parents | 8f72dc98b9d1 |
children | 52608ae6f162 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.