emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/find-dired.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/find-dired.el
Date: Thu, 27 Dec 2001 21:12:49 -0500

Index: emacs/lisp/find-dired.el
diff -c emacs/lisp/find-dired.el:1.34 emacs/lisp/find-dired.el:1.35
*** emacs/lisp/find-dired.el:1.34       Sun Jul 15 12:15:34 2001
--- emacs/lisp/find-dired.el    Thu Dec 27 21:12:13 2001
***************
*** 232,238 ****
          (let ((buffer-read-only nil))
            (save-excursion
              (goto-char (point-max))
!             (insert "\nfind " state)
              (forward-char -1)         ;Back up before \n at end of STATE.
              (insert " at " (substring (current-time-string) 0 19))
              (forward-char 1)
--- 232,238 ----
          (let ((buffer-read-only nil))
            (save-excursion
              (goto-char (point-max))
!             (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]