]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-yank-line): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 7 Nov 2002 20:58:36 +0000 (20:58 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 7 Nov 2002 20:58:36 +0000 (20:58 +0000)
lisp/isearch.el

index 45742b873c41cd5da64fc8456ee6617a67b55ceb..f0f8e5b4fbe1ddee0d3d407fca4fe3f900526069 100644 (file)
@@ -1135,7 +1135,7 @@ might return the position of the end of the line."
 (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 ()