mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
* 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
@ -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…
Reference in New Issue
Block a user