* lisp/replace.el (replace-search): Fix regexp case (bug#20901)
This commit is contained in:
parent
ff80437668
commit
aa2da6ef10
1 changed files with 1 additions and 0 deletions
|
@ -2014,6 +2014,7 @@ It is called with three arguments, as if it were
|
|||
(let* ((isearch-regexp regexp-flag)
|
||||
(isearch-word (or delimited-flag
|
||||
(and replace-character-fold
|
||||
(not regexp-flag)
|
||||
#'character-fold-to-regexp)))
|
||||
(isearch-lax-whitespace
|
||||
replace-lax-whitespace)
|
||||
|
|
Loading…
Add table
Reference in a new issue