# HG changeset patch # User Richard M. Stallman # Date 1009505601 0 # Node ID e6f53dd04c681a4bdb174dbeda0a795e06718c97 # Parent bd1d3cd0bcd7481b742316a792f155068be2a8ae Fix previous change. diff -r bd1d3cd0bcd7 -r e6f53dd04c68 lisp/find-dired.el --- a/lisp/find-dired.el Fri Dec 28 02:12:13 2001 +0000 +++ b/lisp/find-dired.el Fri Dec 28 02:13:21 2001 +0000 @@ -232,7 +232,7 @@ (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)