Backport: * lisp/isearch.el: Turn char-folding off by default
(search-default-mode): Set default value to nil.
This commit is contained in:
parent
10b8ed27ec
commit
12c50e82c9
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ Default value, nil, means edit the string instead."
|
|||
|
||||
(autoload 'character-fold-to-regexp "character-fold")
|
||||
|
||||
(defcustom search-default-mode #'character-fold-to-regexp
|
||||
(defcustom search-default-mode nil
|
||||
"Default mode to use when starting isearch.
|
||||
Value is nil, t, or a function.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue