1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

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

This commit is contained in:
Richard M. Stallman 2007-04-29 21:11:42 +00:00
parent 791b59e028
commit 2ad0815095

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)