]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-dired-sentinel): Precede exit message by
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Dec 2001 02:12:49 +0000 (02:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Dec 2001 02:12:49 +0000 (02:12 +0000)
two spaces, to match the regexp in dired-between-files.

lisp/find-dired.el

index a58d510f20ce045745aee7c16efcd6c26350d449..f8575fd5835ff1e580ed6b9bcc26b6a87044336c 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 "\nfind " 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)