]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/isearch.el (search-default-regexp-mode): change default value
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 10 Nov 2015 13:04:02 +0000 (13:04 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 10 Nov 2015 13:04:31 +0000 (13:04 +0000)
lisp/isearch.el

index b762884945ee28241a20876e6f4e7d2974a11d89..9f8ba8d8d7b48795338b87f3ea12401d1faa726e 100644 (file)
@@ -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.