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: Sun, 16 Oct 2005 13:51:52 -0400

Index: emacs/lisp/mail/sendmail.el
diff -c emacs/lisp/mail/sendmail.el:1.292 emacs/lisp/mail/sendmail.el:1.293
*** emacs/lisp/mail/sendmail.el:1.292   Mon Sep 12 22:58:55 2005
--- emacs/lisp/mail/sendmail.el Sun Oct 16 17:51:51 2005
***************
*** 120,126 ****
  
  ;; Useful to set in site-init.el
  ;;;###autoload
! (defcustom send-mail-function 'sendmail-send-it
    "Function to call to send the current buffer as mail.
  The headers should be delimited by a line which is
  not a valid RFC822 header or continuation line,
--- 120,129 ----
  
  ;; Useful to set in site-init.el
  ;;;###autoload
! (defcustom send-mail-function 
!   (if (and window-system (memq system-type '(darwin windows-nt)))
!       'mailclient-send-it
!     'sendmail-send-it)
    "Function to call to send the current buffer as mail.
  The headers should be delimited by a line which is
  not a valid RFC822 header or continuation line,




reply via email to

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