* lisp/isearch.el (search-default-regexp-mode): Revert to nil
Character-fold search _still_ doesn't play well with lax-whitespace. So disable it by default (again) for now.
This commit is contained in:
parent
6b5fdca716
commit
3cdeda60c5
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ Default value, nil, means edit the string instead."
|
|||
|
||||
(autoload 'character-fold-to-regexp "character-fold")
|
||||
|
||||
(defcustom search-default-regexp-mode #'character-fold-to-regexp
|
||||
(defcustom search-default-regexp-mode nil
|
||||
"Default mode to use when starting isearch.
|
||||
Value is nil, t, or a function.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue