mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"
* lisp/isearch.el: Turn char-folding back oon by default.
This reverts commit 12c50e82c9
.
This commit is contained in:
parent
f5d6b9bb5b
commit
a91b4b51dd
@ -224,7 +224,7 @@ Default value, nil, means edit the string instead."
|
||||
|
||||
(autoload 'character-fold-to-regexp "character-fold")
|
||||
|
||||
(defcustom search-default-mode nil
|
||||
(defcustom search-default-mode #'character-fold-to-regexp
|
||||
"Default mode to use when starting isearch.
|
||||
Value is nil, t, or a function.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user