comparison etc/NEWS @ 87982:076a70107238

Add `permanent-local-hook'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Jan 2008 23:04:39 +0000
parents 00321492f35d
children 35cce79c1900
comparison
equal deleted inserted replaced
87981:8eba27dae69a 87982:076a70107238
438 438
439 +++ 439 +++
440 ** New function `match-substitute-replacement' returns the result of 440 ** New function `match-substitute-replacement' returns the result of
441 `replace-match' without actually using it in the buffer. 441 `replace-match' without actually using it in the buffer.
442 442
443 ** If a local hook function has a non-nil `permanent-local-hook'
444 property, then `kill-all-local-variables' does not remove it from
445 the local value of the hook variable. This means it remains
446 even if you change major modes.
447
443 +++ 448 +++
444 ** A list of default values can be specified for the DEFAULT argument of 449 ** A list of default values can be specified for the DEFAULT argument of
445 functions `read-from-minibuffer', `read-string', `read-command', 450 functions `read-from-minibuffer', `read-string', `read-command',
446 `read-variable', `read-buffer', `completing-read'. Elements of this list 451 `read-variable', `read-buffer', `completing-read'. Elements of this list
447 are available for inserting into the minibuffer by typing `M-n'. 452 are available for inserting into the minibuffer by typing `M-n'.