diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-11-10 13:04:02 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-11-10 13:04:31 +0000 |
commit | 4d82aa3abdad1871b99f0a9e56fe54ec497bd290 (patch) | |
tree | c3041307812d4c1e47129cf91d9d5d20f63431ac /lisp/isearch.el | |
parent | 1e98f041acae7cee012b1b157d4aa3f80b226123 (diff) | |
download | emacs-4d82aa3abdad1871b99f0a9e56fe54ec497bd290.tar.gz |
* lisp/isearch.el (search-default-regexp-mode): change default value
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
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. |