(find-dired-filter): Propertize all text down to eob.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user