emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 816f78c 6/6: * lisp/isearch.el: Make character-fold


From: Artur Malabarba
Subject: [Emacs-diffs] master 816f78c 6/6: * lisp/isearch.el: Make character-fold search the default again
Date: Sun, 25 Oct 2015 01:16:25 +0000

branch: master
commit 816f78c2e8ec67a1e8c91ad2e9b0b8628e5584bf
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/isearch.el: Make character-fold search the default again
---
 lisp/isearch.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 2c031aa..3f8ff7a 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -220,7 +220,9 @@ It is nil if none yet.")
 Default value, nil, means edit the string instead."
   :type 'boolean)
 
-(defcustom search-default-regexp-mode nil
+(autoload 'character-fold-to-regexp "character-fold")
+
+(defcustom search-default-regexp-mode #'character-fold-to-regexp
   "Default mode to use when starting isearch.
 Value is nil, t, or a function.
 
@@ -842,8 +844,6 @@ See the command `isearch-forward-symbol' for more 
information."
 ;;                          isearch-forward-regexp isearch-backward-regexp)
 ;;  "List of commands for which isearch-mode does not recursive-edit.")
 
-(autoload 'character-fold-to-regexp "character-fold")
-
 (defun isearch-mode (forward &optional regexp op-fun recursive-edit 
regexp-function)
   "Start Isearch minor mode.
 It is called by the function `isearch-forward' and other related functions.



reply via email to

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