Backport: * lisp/isearch.el: Turn char-folding off by default

(search-default-mode): Set default value to nil.
This commit is contained in:
Artur Malabarba 2016-02-10 07:44:16 +00:00
parent 10b8ed27ec
commit 12c50e82c9

View file

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