Mercurial > emacs
changeset 97138:cc10cad95d85
Document file-local-variables-alist and before-hack-local-variables-hook
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 31 Jul 2008 01:27:33 +0000 |
parents | c33982d8abdc |
children | 20a2b3573c2d |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Jul 31 01:22:54 2008 +0000 +++ b/etc/NEWS Thu Jul 31 01:27:33 2008 +0000 @@ -1207,6 +1207,9 @@ *** 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. @@ -1341,6 +1344,10 @@ *** 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. + **** `suspend-tty-functions' and `resume-tty-functions' are called after a tty frame has been suspended or resumed, respectively. The functions are called with the terminal id of the frame being