emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3cdeda6: * lisp/isearch.el (search-default-regexp-m


From: Artur Malabarba
Subject: [Emacs-diffs] master 3cdeda6: * lisp/isearch.el (search-default-regexp-mode): Revert to nil
Date: Mon, 26 Oct 2015 01:39:37 +0000

branch: master
commit 3cdeda60c5c1c8e75aa2bbd7efa866a55ec2d150
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/isearch.el (search-default-regexp-mode): Revert to nil
    
    Character-fold search _still_ doesn't play well with
    lax-whitespace.  So disable it by default (again) for now.
---
 lisp/isearch.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 3b836e4..a1ce4f1 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -222,7 +222,7 @@ Default value, nil, means edit the string instead."
 
 (autoload 'character-fold-to-regexp "character-fold")
 
-(defcustom search-default-regexp-mode #'character-fold-to-regexp
+(defcustom search-default-regexp-mode nil
   "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]