]> 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:10:46 +0000 (21:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Apr 2007 21:10:46 +0000 (21:10 +0000)
lisp/ChangeLog
lisp/find-dired.el

index 978889cc10db2105f45d4f59861b7c849f73f35f..7d0567dfb6e563dd024cad3dbde931aeffb37886 100644 (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.
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)