diff 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
line wrap: on
line diff
--- a/lisp/isearch.el	Thu Nov 07 20:53:33 2002 +0000
+++ b/lisp/isearch.el	Thu Nov 07 20:58:36 2002 +0000
@@ -1135,7 +1135,7 @@
 (defun isearch-yank-line ()
   "Pull rest of line from buffer into search string."
   (interactive)
-  (isearch-yank-internal 'line-end-position)))
+  (isearch-yank-internal 'line-end-position))
 
 
 (defun isearch-search-and-update ()