New vars replace-search-function' and
replace-re-search-function'.
This commit is contained in:
parent
12e18d7dfa
commit
426e6ba046
1 changed files with 8 additions and 0 deletions
8
etc/NEWS
8
etc/NEWS
|
@ -855,6 +855,14 @@ 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.
|
||||
|
||||
** The new variable `replace-search-function' determines the function
|
||||
to use for searching in query-replace and replace-string.
|
||||
|
||||
** The new variable `replace-re-search-function' determines the
|
||||
function to use for searching in `query-replace-regexp',
|
||||
`replace-regexp', + `query-replace-regexp-eval', and
|
||||
`map-query-replace-regexp'.
|
||||
|
||||
** 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
|
||||
|
|
Loading…
Add table
Reference in a new issue