emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el
Date: Sat, 03 May 2003 09:52:57 -0400

Index: emacs/lisp/mail/sendmail.el
diff -c emacs/lisp/mail/sendmail.el:1.266 emacs/lisp/mail/sendmail.el:1.267
*** emacs/lisp/mail/sendmail.el:1.266   Wed Apr 23 21:59:55 2003
--- emacs/lisp/mail/sendmail.el Sat May  3 09:52:57 2003
***************
*** 693,705 ****
    (mail-send)
    (mail-bury arg))
  
! (defun mail-dont-send (arg)
    "Don't send the message you have been editing.
  Prefix arg means don't delete this window."
    (interactive "P")
    (mail-bury arg))
  
! (defun mail-bury (arg)
    "Bury this mail buffer."
    (let ((newbuf (other-buffer (current-buffer))))
      (bury-buffer (current-buffer))
--- 693,705 ----
    (mail-send)
    (mail-bury arg))
  
! (defun mail-dont-send (&optional arg)
    "Don't send the message you have been editing.
  Prefix arg means don't delete this window."
    (interactive "P")
    (mail-bury arg))
  
! (defun mail-bury (&optional arg)
    "Bury this mail buffer."
    (let ((newbuf (other-buffer (current-buffer))))
      (bury-buffer (current-buffer))




reply via email to

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