[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el |
Date: |
Tue, 22 Jan 2002 19:42:13 -0500 |
Index: emacs/lisp/mail/sendmail.el
diff -c emacs/lisp/mail/sendmail.el:1.248 emacs/lisp/mail/sendmail.el:1.249
*** emacs/lisp/mail/sendmail.el:1.248 Thu Jan 3 11:51:21 2002
--- emacs/lisp/mail/sendmail.el Fri Jan 4 05:25:20 2002
***************
*** 1536,1542 ****
initialized))
(defun mail-recover-1 ()
! "Pop up a list of auto-saved draft messages and allow to recover them."
(interactive)
(let ((file-name (make-auto-save-file-name))
(ls-lisp-support-shell-wildcards t)
--- 1536,1542 ----
initialized))
(defun mail-recover-1 ()
! "Pop up a list of auto-saved draft messages so you can recover one of them."
(interactive)
(let ((file-name (make-auto-save-file-name))
(ls-lisp-support-shell-wildcards t)
***************
*** 1607,1613 ****
default-buffer-file-coding-system))))))))
(defun mail-recover ()
! "Recover interrupted mail composition from auto-save files."
(interactive)
;; In case they invoke us from some random buffer...
(switch-to-buffer "*mail*")
--- 1607,1618 ----
default-buffer-file-coding-system))))))))
(defun mail-recover ()
! "Recover interrupted mail composition from auto-save files.
!
! If the mail buffer has a current valid auto-save file,
! the command recovers that file. Otherwise, it displays a
! buffer showing the existing auto-saved draft messages;
! you can move to one of them and type C-c C-c to recover that one."
(interactive)
;; In case they invoke us from some random buffer...
(switch-to-buffer "*mail*")