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

This reverts commit a91b4b51dd.
This commit is contained in:
John Wiegley 2016-03-09 15:29:59 -08:00
parent 711ca362e7
commit b417c5a3b3

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.