diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-28 02:12:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-28 02:12:13 +0000 |
commit | e63e3d5feb7266aac170b13aaeab6c7f9eecc8c5 (patch) | |
tree | 9b064a89366734771a11a299870b7e27efb92d07 /lisp/find-dired.el | |
parent | a0d32c10a6c5fb9ee68f3b6a1f86e388a3b2608b (diff) | |
download | emacs-e63e3d5feb7266aac170b13aaeab6c7f9eecc8c5.tar.gz |
(find-dired-sentinel): Precede exit message by
two spaces, to match the regexp in dired-between-files.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |