emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/find-dired.el, v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/find-dired.el, v [EMACS_22_BASE]
Date: Sun, 29 Apr 2007 21:10:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/04/29 21:10:36

Index: find-dired.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/find-dired.el,v
retrieving revision 1.55
retrieving revision 1.55.2.1
diff -u -b -r1.55 -r1.55.2.1
--- find-dired.el       21 Jan 2007 03:53:11 -0000      1.55
+++ find-dired.el       29 Apr 2007 21:10:36 -0000      1.55.2.1
@@ -257,7 +257,7 @@
                  (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]