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 3b836e4e32d..a1ce4f19489 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -222,7 +222,7 @@ Default value, nil, means edit the string instead." | |||
| 222 | 222 | ||
| 223 | (autoload 'character-fold-to-regexp "character-fold") | 223 | (autoload 'character-fold-to-regexp "character-fold") |
| 224 | 224 | ||
| 225 | (defcustom search-default-regexp-mode #'character-fold-to-regexp | 225 | (defcustom search-default-regexp-mode nil |
| 226 | "Default mode to use when starting isearch. | 226 | "Default mode to use when starting isearch. |
| 227 | Value is nil, t, or a function. | 227 | Value is nil, t, or a function. |
| 228 | 228 | ||