From 8fd4d684b3a77dcb3b65d03f604b64963e94345c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 7 Nov 2002 20:58:36 +0000 Subject: [PATCH] (isearch-yank-line): Typo. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.11.4.GIT