(find-dired-filter): Propertize all text down to eob.

This commit is contained in:
Richard M. Stallman
2007-04-29 21:10:46 +00:00
parent eeadde0340
commit ece59c4641
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
* find-dired.el (find-dired-filter): Propertize all text down to eob.
2007-04-29 Richard Stallman <rms@gnu.org>
* international/mule.el (auto-coding-alist): Add pdf => no-conversion.

View File

@@ -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)