emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Fri, 08 Oct 2004 13:07:58 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.241 emacs/lisp/isearch.el:1.242
*** emacs/lisp/isearch.el:1.241 Tue Oct  5 04:22:41 2004
--- emacs/lisp/isearch.el       Fri Oct  8 17:00:17 2004
***************
*** 1254,1261 ****
  (defun isearch-yank-line ()
    "Pull rest of line from buffer into search string."
    (interactive)
!   (isearch-yank-internal 'line-end-position))
! 
  
  (defun isearch-search-and-update ()
    ;; Do the search and update the display.
--- 1254,1261 ----
  (defun isearch-yank-line ()
    "Pull rest of line from buffer into search string."
    (interactive)
!   (isearch-yank-internal
!    (lambda () (line-end-position (if (eolp) 2 1)))))
  
  (defun isearch-search-and-update ()
    ;; Do the search and update the display.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]