aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-04-29 21:11:42 +0000
committerRichard M. Stallman <[email protected]>2007-04-29 21:11:42 +0000
commit2ad08150952f3d3cc7212dec97fb330fa5c3f778 (patch)
treeee0d0bb86e14235a99b1fe1a1cf8395e0bc4059e
parent791b59e028d6bb95067322be529dd67511832acd (diff)
(find-dired-filter): Propertize all text down to eob.
-rw-r--r--lisp/find-dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index 4b70a71bdb..47655129e2 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -257,7 +257,7 @@ Thus ARG can also contain additional grep options."
(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)