From: Stefan Monnier Date: Thu, 7 Nov 2002 20:58:36 +0000 (+0000) Subject: (isearch-yank-line): Typo. X-Git-Tag: ttn-vms-21-2-B4~12552 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fd4d684b3a77dcb3b65d03f604b64963e94345c;p=emacs.git (isearch-yank-line): Typo. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 45742b873c4..f0f8e5b4fbe 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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 ()