mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
Document file-local-variables-alist and before-hack-local-variables-hook
This commit is contained in:
parent
2b8ac025af
commit
7082ceb2df
1 changed files with 7 additions and 0 deletions
7
etc/NEWS
7
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue