* lisp/isearch.el (isearch-mode): Don't char-fold regexps

(bug#20913)
This commit is contained in:
Artur Malabarba 2015-06-28 09:20:47 +01:00
parent bbf63ee00a
commit eac1271ae9

View file

@ -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