]> code.delx.au - gnu-emacs/commitdiff
Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"
authorEli Zaretskii <eliz@gnu.org>
Thu, 11 Feb 2016 03:37:20 +0000 (05:37 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 11 Feb 2016 03:37:20 +0000 (05:37 +0200)
* lisp/isearch.el: Turn char-folding back oon by default.

This reverts commit 12c50e82c9b432b2fc31f8fb2215f43ceea80822.

lisp/isearch.el

index 98f55a982c3fd85ef04b619f269a184698ac455a..2efa4c7e8ef6b6b8b7038c23f887f16613c586f7 100644 (file)
@@ -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.