* lisp/isearch.el (isearch-mode): Don't char-fold regexps
(bug#20913)
This commit is contained in:
parent
bbf63ee00a
commit
eac1271ae9
1 changed files with 1 additions and 0 deletions
|
@ -863,6 +863,7 @@ convert the search string to a regexp used by regexp search functions."
|
|||
(setq isearch-forward forward
|
||||
isearch-regexp regexp
|
||||
isearch-word (or word (and character-fold-search
|
||||
(not regexp)
|
||||
'character-fold-to-regexp))
|
||||
isearch-op-fun op-fun
|
||||
isearch-last-case-fold-search isearch-case-fold-search
|
||||
|
|
Loading…
Add table
Reference in a new issue