* lisp/replace.el (replace-regexp-lax-whitespace): New defcustom.
authorJuri Linkov <juri@jurta.org>
Sun, 9 Sep 2012 22:15:24 +0000 (01:15 +0300)
committerJuri Linkov <juri@jurta.org>
Sun, 9 Sep 2012 22:15:24 +0000 (01:15 +0300)
commit3231d532c7e6c3ed0a2e58574bec5518404a7f82
tree6f95e4d2f705101d25e0a932d4639a4417617c52
parente7032e7c6ce273720267070e97fb5567a128fc1f
* lisp/replace.el (replace-regexp-lax-whitespace): New defcustom.
(replace-lax-whitespace, query-replace-regexp)
(query-replace-regexp-eval, replace-regexp): Doc fix.
(perform-replace, replace-highlight): Let-bind
isearch-lax-whitespace to replace-lax-whitespace and
isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.

* lisp/isearch.el (isearch-query-replace): Let-bind
replace-lax-whitespace to isearch-lax-whitespace and
replace-regexp-lax-whitespace to
isearch-regexp-lax-whitespace.

Fixes: debbugs:10885
lisp/ChangeLog
lisp/isearch.el
lisp/replace.el