]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Dec 2001 02:13:47 +0000 (02:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Dec 2001 02:13:47 +0000 (02:13 +0000)
lisp/ChangeLog
lisp/find-dired.el

index 4dd90aec51ca3831cf449ae999760fd0b4bbbb8f..986190c9a2b0113e230db55e7efe893b8941b31a 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
+
+       * find-dired.el (find-dired-sentinel): Precede exit message by
+       two spaces, to match the regexp in dired-between-files.
+
 2001-12-26  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/compile.el (compile-internal):
index f8575fd5835ff1e580ed6b9bcc26b6a87044336c..0b21c3c637092edce16816dd39fdbece548254fd 100644 (file)
@@ -232,7 +232,7 @@ Thus ARG can also contain additional grep options."
          (let ((buffer-read-only nil))
            (save-excursion
              (goto-char (point-max))
-             (insert "\n find " state)
+             (insert "\n  find " state)
              (forward-char -1)         ;Back up before \n at end of STATE.
              (insert " at " (substring (current-time-string) 0 19))
              (forward-char 1)