# HG changeset patch # User Richard M. Stallman # Date 1177881102 0 # Node ID e712fac5ab3b0327668e956d11c66267872f1fe1 # Parent 3a98262e152824a1b2e49f19a62ad1c598d27ce1 (find-dired-filter): Propertize all text down to eob. diff -r 3a98262e1528 -r e712fac5ab3b lisp/find-dired.el --- a/lisp/find-dired.el Sun Apr 29 16:14:03 2007 +0000 +++ b/lisp/find-dired.el Sun Apr 29 21:11:42 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)