diff options
| -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 | ||