/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.204 by rms, Mon Dec 10 20:45:27 2001 UTC revision 1.205 by rms, Sun Dec 16 03:53:15 2001 UTC
# Line 847  If first char entered is \\[isearch-yank Line 847  If first char entered is \\[isearch-yank
847                  ;; Word search does not apply (yet) to regexp searches,                  ;; Word search does not apply (yet) to regexp searches,
848                  ;; no check is made here.                  ;; no check is made here.
849                  (message (isearch-message-prefix nil nil t))                  (message (isearch-message-prefix nil nil t))
850                  (if (eq 'isearch-yank-word                  (if (memq (lookup-key isearch-mode-map (vector e))
851                          (lookup-key isearch-mode-map (vector e)))                            '(isearch-yank-word
852                                isearch-yank-word-or-char))
853                      (setq isearch-word t;; so message-prefix is right                      (setq isearch-word t;; so message-prefix is right
854                            isearch-new-word t)                            isearch-new-word t)
855                    (cancel-kbd-macro-events)                    (cancel-kbd-macro-events)

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26