diff options
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1207,6 +1207,9 @@ a character code property. | |||
| 1207 | 1207 | ||
| 1208 | *** New variables: | 1208 | *** New variables: |
| 1209 | 1209 | ||
| 1210 | **** file-local-variables-alist stores an alist of file-local | ||
| 1211 | variables defined in the current buffer. | ||
| 1212 | |||
| 1210 | **** `find-word-boundary-function-table' is a char-table of functions to | 1213 | **** `find-word-boundary-function-table' is a char-table of functions to |
| 1211 | search for a word boundary. | 1214 | search for a word boundary. |
| 1212 | 1215 | ||
| @@ -1341,6 +1344,10 @@ which is not used directly any more. | |||
| 1341 | 1344 | ||
| 1342 | *** New hooks: | 1345 | *** New hooks: |
| 1343 | 1346 | ||
| 1347 | **** before-hack-local-variables-hook is called after setting new | ||
| 1348 | variable file-local-variables-alist, and before actually applying the | ||
| 1349 | file-local variables. | ||
| 1350 | |||
| 1344 | **** `suspend-tty-functions' and `resume-tty-functions' are called | 1351 | **** `suspend-tty-functions' and `resume-tty-functions' are called |
| 1345 | after a tty frame has been suspended or resumed, respectively. The | 1352 | after a tty frame has been suspended or resumed, respectively. The |
| 1346 | functions are called with the terminal id of the frame being | 1353 | functions are called with the terminal id of the frame being |