diff lisp/find-dired.el @ 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 e3694f1cb928
children 9355f9b7bbff 70bf32a0f523
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)