projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b8ed2
)
Backport: * lisp/isearch.el: Turn char-folding off by default
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 10 Feb 2016 07:44:16 +0000
(07:44 +0000)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 10 Feb 2016 07:45:02 +0000
(07:45 +0000)
(search-default-mode): Set default value to nil.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 2efa4c7e8ef6b6b8b7038c23f887f16613c586f7..98f55a982c3fd85ef04b619f269a184698ac455a 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.