From: Richard M. Stallman Date: Fri, 28 Dec 2001 02:12:49 +0000 (+0000) Subject: (find-dired-sentinel): Precede exit message by X-Git-Tag: emacs-21.2~218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f58ed6656b230a8e5b73bebc5fb06b9c942b7be3;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)