summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-11-10 13:04:02 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-11-10 13:04:31 +0000
commit4d82aa3abdad1871b99f0a9e56fe54ec497bd290 (patch)
treec3041307812d4c1e47129cf91d9d5d20f63431ac /lisp/isearch.el
parent1e98f041acae7cee012b1b157d4aa3f80b226123 (diff)
downloademacs-4d82aa3abdad1871b99f0a9e56fe54ec497bd290.tar.gz
* lisp/isearch.el (search-default-regexp-mode): change default value
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 b762884945e..9f8ba8d8d7b 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -218,7 +218,7 @@ Default value, nil, means edit the string instead."
(autoload 'character-fold-to-regexp "character-fold")
-(defcustom search-default-regexp-mode nil
+(defcustom search-default-regexp-mode #'character-fold-to-regexp
"Default mode to use when starting isearch.
Value is nil, t, or a function.