Mercurial > emacs
changeset 77619:42a55193213f
(find-dired-filter): Propertize all text down to eob.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Apr 2007 21:10:36 +0000 |
parents | df2eea109103 |
children | f921023dc6d6 |
files | lisp/find-dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/find-dired.el Sun Apr 29 14:46:51 2007 +0000 +++ b/lisp/find-dired.el Sun Apr 29 21:10:36 2007 +0000 @@ -257,7 +257,7 @@ (delete-region (point) (- (point) 2))) ;; Find all the complete lines in the unprocessed ;; output and process it to add text properties. - (goto-char end) + (goto-char (point-max)) (if (search-backward "\n" (process-mark proc) t) (progn (dired-insert-set-properties (process-mark proc)