changeset 42358:bd1d3cd0bcd7

(find-dired-sentinel): Precede exit message by two spaces, to match the regexp in dired-between-files.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Dec 2001 02:12:13 +0000
parents 253eec84f7d3
children e6f53dd04c68
files lisp/find-dired.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/find-dired.el	Fri Dec 28 02:11:59 2001 +0000
+++ b/lisp/find-dired.el	Fri Dec 28 02:12:13 2001 +0000
@@ -232,7 +232,7 @@
 	  (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)