Changeset 4111 for trunk/lisp/isearch.el
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/lisp/isearch.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/isearch.el
r4079 r4111 1358 1358 (interactive) 1359 1359 (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)))))) 1361 1362 1362 1363 (defun isearch-search-and-update ()
