comparison lisp/isearch.el @ 48206:c54ec45f223c

(isearch-yank-line): Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 07 Nov 2002 20:58:36 +0000
parents f233dc0ca0aa
children 25ef28e528f4
comparison
equal deleted inserted replaced
48205:b8b2159aed5e 48206:c54ec45f223c
1133 (isearch-yank-internal (lambda () (forward-word 1) (point)))) 1133 (isearch-yank-internal (lambda () (forward-word 1) (point))))
1134 1134
1135 (defun isearch-yank-line () 1135 (defun isearch-yank-line ()
1136 "Pull rest of line from buffer into search string." 1136 "Pull rest of line from buffer into search string."
1137 (interactive) 1137 (interactive)
1138 (isearch-yank-internal 'line-end-position))) 1138 (isearch-yank-internal 'line-end-position))
1139 1139
1140 1140
1141 (defun isearch-search-and-update () 1141 (defun isearch-search-and-update ()
1142 ;; Do the search and update the display. 1142 ;; Do the search and update the display.
1143 (when (or isearch-success 1143 (when (or isearch-success