projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d6b9b
)
Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 Feb 2016 03:37:20 +0000
(
05:37
+0200)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 98f55a982c3fd85ef04b619f269a184698ac455a..2efa4c7e8ef6b6b8b7038c23f887f16613c586f7 100644
(file)
--- 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.