summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-10-26 01:38:48 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-10-26 01:38:48 +0000
commit3cdeda60c5c1c8e75aa2bbd7efa866a55ec2d150 (patch)
tree13f38fe9ebc10955a99c5faec4a888bf3ce0807b /lisp/isearch.el
parent6b5fdca71696a513a9dcd24a12f9de96788a523a (diff)
downloademacs-3cdeda60c5c1c8e75aa2bbd7efa866a55ec2d150.tar.gz
* lisp/isearch.el (search-default-regexp-mode): Revert to nil
Character-fold search _still_ doesn't play well with lax-whitespace. So disable it by default (again) for now.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 3b836e4e32d..a1ce4f19489 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -222,7 +222,7 @@ Default value, nil, means edit the string instead."
(autoload 'character-fold-to-regexp "character-fold")
-(defcustom search-default-regexp-mode #'character-fold-to-regexp
+(defcustom search-default-regexp-mode nil
"Default mode to use when starting isearch.
Value is nil, t, or a function.