Mercurial > emacs
changeset 42359:e6f53dd04c68
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 28 Dec 2001 02:13:21 +0000 |
parents | bd1d3cd0bcd7 |
children | 86bf941aba23 |
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: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)