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,v


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el,v
Date: Sun, 09 Jul 2006 11:04:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Romain Francoise <rfrancoise>   06/07/09 11:04:19

Index: isearch.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/isearch.el,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -b -r1.288 -r1.289
--- isearch.el  5 May 2006 23:37:31 -0000       1.288
+++ isearch.el  9 Jul 2006 11:04:18 -0000       1.289
@@ -1357,7 +1357,8 @@
   "Pull rest of line from buffer into search string."
   (interactive)
   (isearch-yank-internal
-   (lambda () (line-end-position (if (eolp) 2 1)))))
+   (lambda () (let ((inhibit-field-text-motion t))
+               (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]