changeset 80832:e712fac5ab3b

(find-dired-filter): Propertize all text down to eob.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Apr 2007 21:11:42 +0000
parents 3a98262e1528
children 08b58b8cda2b
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 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)