From ece59c464160414936e4e1f0afc8e73b19fbac8f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 Apr 2007 21:10:46 +0000 Subject: [PATCH] (find-dired-filter): Propertize all text down to eob. --- lisp/ChangeLog | 4 ++++ lisp/find-dired.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 978889cc10d..7d0567dfb6e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-04-29 Stephen Berman + + * find-dired.el (find-dired-filter): Propertize all text down to eob. + 2007-04-29 Richard Stallman * international/mule.el (auto-coding-alist): Add pdf => no-conversion. diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 4b70a71bdb8..47655129e29 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) -- 2.39.5