+2001-12-26 Markus Rost <rost@math.ohio-state.edu>
+
+ * find-dired.el (find-dired-sentinel): Precede exit message by
+ two spaces, to match the regexp in dired-between-files.
+
2001-12-26 Richard M. Stallman <rms@gnu.org>
* progmodes/compile.el (compile-internal):
(let ((buffer-read-only nil))
(save-excursion
(goto-char (point-max))
- (insert "\n find " 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)