diff options
| author | John Wiegley | 2016-03-09 15:29:59 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-03-09 15:29:59 -0800 |
| commit | b417c5a3b35bf31e66a170529c5aeb34cb3318d0 (patch) | |
| tree | e223d007d52b061884f53bbd2a92ebd7bb79d07d | |
| parent | 711ca362e7f8ca7c4f664dc2fe60bc5fa4e4f4fe (diff) | |
| download | emacs-b417c5a3b35bf31e66a170529c5aeb34cb3318d0.tar.gz emacs-b417c5a3b35bf31e66a170529c5aeb34cb3318d0.zip | |
Revert "Revert "Backport: * lisp/isearch.el: Turn char-folding off by default""
This reverts commit a91b4b51ddf2575d821adb8b84fdf32cff83886e.
| -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 c91ccfad27d..b8ada2c766a 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -224,7 +224,7 @@ Default value, nil, means edit the string instead." | |||
| 224 | 224 | ||
| 225 | (autoload 'character-fold-to-regexp "character-fold") | 225 | (autoload 'character-fold-to-regexp "character-fold") |
| 226 | 226 | ||
| 227 | (defcustom search-default-mode #'character-fold-to-regexp | 227 | (defcustom search-default-mode nil |
| 228 | "Default mode to use when starting isearch. | 228 | "Default mode to use when starting isearch. |
| 229 | Value is nil, t, or a function. | 229 | Value is nil, t, or a function. |
| 230 | 230 | ||