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:
parent
791b59e028
commit
2ad0815095
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue