summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-07-31 01:27:33 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-07-31 01:27:33 +0000
commit7082ceb2df9114be36a4b1668ee3b3da2afcd7ca (patch)
treebbfb46045458bbcee05a30ef2b3c3fab379dfbe9 /etc
parent2b8ac025af5794d65cfe47d37f164a7f278dfc66 (diff)
downloademacs-7082ceb2df9114be36a4b1668ee3b3da2afcd7ca.tar.gz
Document file-local-variables-alist and before-hack-local-variables-hook
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 394e0b5b486..95ac4eb3bdd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1207,6 +1207,9 @@ a character code property.
*** 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 @@ which is not used directly any more.
*** 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