emacs-diffs
[Top][All Lists]
Advanced

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

master 28ce3bf: Further fix for the search-whitespace-regexp change


From: Lars Ingebrigtsen
Subject: master 28ce3bf: Further fix for the search-whitespace-regexp change
Date: Fri, 10 Sep 2021 06:56:29 -0400 (EDT)

branch: master
commit 28ce3bf5c92d36230613036dddd2a055777b3738
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Further fix for the search-whitespace-regexp change
    
    * lisp/isearch.el (search-whitespace-regexp): Fix yet another typo
    in this one-line change (bug#21278).
---
 lisp/isearch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 8a79fd5..efa7db6 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -114,7 +114,7 @@ is called to let you enter the search string, and RET 
terminates editing
 and does a nonincremental search.)"
   :type 'boolean)
 
-(defcustom search-whitespace-regexp (purecopy "[ \t]")
+(defcustom search-whitespace-regexp (purecopy "[ \t]+")
   "If non-nil, regular expression to match a sequence of whitespace chars.
 When you enter a space or spaces in the incremental search, it
 will match any sequence matched by this regexp.  As an exception,



reply via email to

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