diff options
| author | Artur Malabarba | 2015-11-10 13:04:02 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2015-11-10 13:04:31 +0000 |
| commit | 4d82aa3abdad1871b99f0a9e56fe54ec497bd290 (patch) | |
| tree | c3041307812d4c1e47129cf91d9d5d20f63431ac /lisp | |
| parent | 1e98f041acae7cee012b1b157d4aa3f80b226123 (diff) | |
| download | emacs-4d82aa3abdad1871b99f0a9e56fe54ec497bd290.tar.gz emacs-4d82aa3abdad1871b99f0a9e56fe54ec497bd290.zip | |
* lisp/isearch.el (search-default-regexp-mode): change default value
Diffstat (limited to 'lisp')
| -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." | |||
| 218 | 218 | ||
| 219 | (autoload 'character-fold-to-regexp "character-fold") | 219 | (autoload 'character-fold-to-regexp "character-fold") |
| 220 | 220 | ||
| 221 | (defcustom search-default-regexp-mode nil | 221 | (defcustom search-default-regexp-mode #'character-fold-to-regexp |
| 222 | "Default mode to use when starting isearch. | 222 | "Default mode to use when starting isearch. |
| 223 | Value is nil, t, or a function. | 223 | Value is nil, t, or a function. |
| 224 | 224 | ||