From: Richard M. Stallman Date: Fri, 28 Dec 2001 02:12:13 +0000 (+0000) Subject: (find-dired-sentinel): Precede exit message by X-Git-Tag: ttn-vms-21-2-B4~17456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e63e3d5feb7266aac170b13aaeab6c7f9eecc8c5;p=emacs.git (find-dired-sentinel): Precede exit message by two spaces, to match the regexp in dired-between-files. --- diff --git a/lisp/find-dired.el b/lisp/find-dired.el index a58d510f20c..f8575fd5835 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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)