Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/isearch.el

    r4079 r4111  
    13581358  (interactive) 
    13591359  (isearch-yank-internal 
    1360    (lambda () (line-end-position (if (eolp) 2 1))))) 
     1360   (lambda () (let ((inhibit-field-text-motion t)) 
     1361                (line-end-position (if (eolp) 2 1)))))) 
    13611362 
    13621363(defun isearch-search-and-update ()