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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Tue, 07 Dec 2004 21:10:24 -0500

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.244 emacs/lisp/isearch.el:1.245
*** emacs/lisp/isearch.el:1.244 Mon Dec  6 15:12:08 2004
--- emacs/lisp/isearch.el       Wed Dec  8 01:38:05 2004
***************
*** 1682,1688 ****
      ;; single-byte character set, and convert them to Emacs
      ;; characters.
      (if (and isearch-regexp (= char ?\ ))
!       (if (subregexp-context-p isearch-string pos)
            (isearch-process-search-string "[ ]" " ")
          (isearch-process-search-char char))
        (and enable-multibyte-characters
--- 1682,1688 ----
      ;; single-byte character set, and convert them to Emacs
      ;; characters.
      (if (and isearch-regexp (= char ?\ ))
!       (if (subregexp-context-p isearch-string (length isearch-string))
            (isearch-process-search-string "[ ]" " ")
          (isearch-process-search-char char))
        (and enable-multibyte-characters




reply via email to

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