aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-11-07 20:58:36 +0000
committerStefan Monnier <[email protected]>2002-11-07 20:58:36 +0000
commit8fd4d684b3a77dcb3b65d03f604b64963e94345c (patch)
treec3ae1543ee40b7e4147c5e02d684d96bad991fc7 /lisp/isearch.el
parent9f2dbe01ef22ba67e5648e34ed3995e5e20e2835 (diff)
(isearch-yank-line): Typo.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 45742b873c..f0f8e5b4fb 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 ()