diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-02-11 05:37:20 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-02-11 05:37:20 +0200 |
commit | a91b4b51ddf2575d821adb8b84fdf32cff83886e (patch) | |
tree | 36a586a5c3eae74fd84b9870554f3631cdc0789a /lisp/isearch.el | |
parent | f5d6b9bb5b307067547f0b26c74e9f538464bfc6 (diff) | |
download | emacs-a91b4b51ddf2575d821adb8b84fdf32cff83886e.tar.gz emacs-a91b4b51ddf2575d821adb8b84fdf32cff83886e.tar.bz2 emacs-a91b4b51ddf2575d821adb8b84fdf32cff83886e.zip |
Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"
* lisp/isearch.el: Turn char-folding back oon by default.
This reverts commit 12c50e82c9b432b2fc31f8fb2215f43ceea80822.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 98f55a982c3..2efa4c7e8ef 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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. |