emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Mon, 07 Jul 2003 17:02:19 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.220 emacs/lisp/isearch.el:1.221
*** emacs/lisp/isearch.el:1.220 Sat May  3 09:49:47 2003
--- emacs/lisp/isearch.el       Mon Jul  7 17:02:18 2003
***************
*** 151,157 ****
    :type 'boolean
    :group 'isearch)
  
! (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.
--- 151,157 ----
    :type 'boolean
    :group 'isearch)
  
! (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.




reply via email to

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