From b417c5a3b35bf31e66a170529c5aeb34cb3318d0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Mar 2016 15:29:59 -0800 Subject: [PATCH] Revert "Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"" This reverts commit a91b4b51ddf2575d821adb8b84fdf32cff83886e. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (autoload 'character-fold-to-regexp "character-fold") -(defcustom search-default-mode #'character-fold-to-regexp +(defcustom search-default-mode nil "Default mode to use when starting isearch. Value is nil, t, or a function. -- 2.39.5