Mercurial > emacs
changeset 95607:457e9cb63681
New vars `replace-search-function' and `replace-re-search-function'.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 06 Jun 2008 20:39:46 +0000 |
parents | 7c5d0c26f521 |
children | 0b4cfbfeba84 |
files | etc/NEWS |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Jun 06 20:39:18 2008 +0000 +++ b/etc/NEWS Fri Jun 06 20:39:46 2008 +0000 @@ -855,6 +855,14 @@ ** 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