# HG changeset patch # User Richard M. Stallman # Date 1177881036 0 # Node ID 42a55193213f3bcbd785ec801390710b8273b37d # Parent df2eea1091039e42df17b544cd417dcba6fd82e7 (find-dired-filter): Propertize all text down to eob. diff -r df2eea109103 -r 42a55193213f lisp/find-dired.el --- 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)