Mercurial > emacs
changeset 48206:c54ec45f223c
(isearch-yank-line): Typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 07 Nov 2002 20:58:36 +0000 |
parents | b8b2159aed5e |
children | c1a9d25fa0b7 |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 ()