From 7f8e0f51fd59f09da7aaab71e86b9d83db2777fa Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jul 2003 21:02:18 +0000 Subject: [PATCH] (search-whitespace-regexp): Add a shy group around it. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 754b7cf6fa1..04f8c4464ef 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -151,7 +151,7 @@ string, and RET terminates editing and does a nonincremental search." :type 'boolean :group 'isearch) -(defcustom search-whitespace-regexp "\\s-+" +(defcustom search-whitespace-regexp "\\(?:\\s-+\\)" "*If non-nil, regular expression to match a sequence of whitespace chars. This applies to regular expression incremental search. You might want to use something like \"[ \\t\\r\\n]+\" instead. -- 2.39.2