/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.241 by jurta, Tue Oct 5 04:22:41 2004 UTC revision 1.242 by eliz, Fri Oct 8 17:00:17 2004 UTC
# Line 1254  might return the position of the end of Line 1254  might return the position of the end of
1254  (defun isearch-yank-line ()  (defun isearch-yank-line ()
1255    "Pull rest of line from buffer into search string."    "Pull rest of line from buffer into search string."
1256    (interactive)    (interactive)
1257    (isearch-yank-internal 'line-end-position))    (isearch-yank-internal
1258       (lambda () (line-end-position (if (eolp) 2 1)))))
1259    
1260  (defun isearch-search-and-update ()  (defun isearch-search-and-update ()
1261    ;; Do the search and update the display.    ;; Do the search and update the display.

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.242

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26