]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-dired-filter): Propertize all text down to eob.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Apr 2007 21:11:42 +0000 (21:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Apr 2007 21:11:42 +0000 (21:11 +0000)
lisp/find-dired.el

index 4b70a71bdb8b82ece1fb3720c7ec3a7354a723ca..47655129e29533fc1a3ec141218cacb0b06c888a 100644 (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)