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: Sat, 15 Dec 2001 22:53:16 -0500

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.204 emacs/lisp/isearch.el:1.205
*** emacs/lisp/isearch.el:1.204 Mon Dec 10 15:45:27 2001
--- emacs/lisp/isearch.el       Sat Dec 15 22:53:15 2001
***************
*** 847,854 ****
                ;; Word search does not apply (yet) to regexp searches,
                ;; no check is made here.
                (message (isearch-message-prefix nil nil t))
!               (if (eq 'isearch-yank-word
!                       (lookup-key isearch-mode-map (vector e)))
                    (setq isearch-word t;; so message-prefix is right
                          isearch-new-word t)
                  (cancel-kbd-macro-events)
--- 847,855 ----
                ;; Word search does not apply (yet) to regexp searches,
                ;; no check is made here.
                (message (isearch-message-prefix nil nil t))
!               (if (memq (lookup-key isearch-mode-map (vector e))
!                         '(isearch-yank-word
!                           isearch-yank-word-or-char))
                    (setq isearch-word t;; so message-prefix is right
                          isearch-new-word t)
                  (cancel-kbd-macro-events)



reply via email to

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