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: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Sun, 18 Sep 2005 08:25:08 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.271 emacs/lisp/isearch.el:1.272
*** emacs/lisp/isearch.el:1.271 Thu Aug 25 10:58:48 2005
--- emacs/lisp/isearch.el       Sun Sep 18 12:25:02 2005
***************
*** 1016,1022 ****
                ;; read a key the normal way.
                ;; 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))
--- 1016,1022 ----
                ;; read a key the normal way.
                ;; Word search does not apply (yet) to regexp searches,
                ;; no check is made here.
!               (message "%s" (isearch-message-prefix nil nil t))
                (if (memq (lookup-key isearch-mode-map (vector e))
                          '(isearch-yank-word
                            isearch-yank-word-or-char))




reply via email to

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