projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
711ca36
)
Revert "Revert "Backport: * lisp/isearch.el: Turn char-folding off by default""
author
John Wiegley
<johnw@newartisans.com>
Wed, 9 Mar 2016 23:29:59 +0000
(15:29 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Wed, 9 Mar 2016 23:29:59 +0000
(15:29 -0800)
This reverts commit
a91b4b51ddf2575d821adb8b84fdf32cff83886e
.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index c91ccfad27dc05e85911d6d5ad356e97adf97232..b8ada2c766a8600ebf5242b7eb054cdb455c210e 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
#'character-fold-to-regexp
+(defcustom search-default-mode
nil
"Default mode to use when starting isearch.
Value is nil, t, or a function.