emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 a91b4b5: Revert "Backport: * lisp/isearch.el: Tur


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 a91b4b5: Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"
Date: Thu, 11 Feb 2016 03:38:36 +0000

branch: emacs-25
commit a91b4b51ddf2575d821adb8b84fdf32cff83886e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Revert "Backport: * lisp/isearch.el: Turn char-folding off by default"
    
    * lisp/isearch.el: Turn char-folding back oon by default.
    
    This reverts commit 12c50e82c9b432b2fc31f8fb2215f43ceea80822.
---
 lisp/isearch.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 98f55a9..2efa4c7 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 nil
+(defcustom search-default-mode #'character-fold-to-regexp
   "Default mode to use when starting isearch.
 Value is nil, t, or a function.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]