mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Add `permanent-local-hook'.
This commit is contained in:
parent
fd9a7a5831
commit
2d105adf8b
1 changed files with 5 additions and 0 deletions
5
etc/NEWS
5
etc/NEWS
|
|
@ -440,6 +440,11 @@ search and match primitives from changing the match data.
|
|||
** New function `match-substitute-replacement' returns the result of
|
||||
`replace-match' without actually using it in the buffer.
|
||||
|
||||
** If a local hook function has a non-nil `permanent-local-hook'
|
||||
property, then `kill-all-local-variables' does not remove it from
|
||||
the local value of the hook variable. This means it remains
|
||||
even if you change major modes.
|
||||
|
||||
+++
|
||||
** A list of default values can be specified for the DEFAULT argument of
|
||||
functions `read-from-minibuffer', `read-string', `read-command',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue