[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: custom-reevaluate-setting / custom-initialize-delay
From: |
Glenn Morris |
Subject: |
Re: custom-reevaluate-setting / custom-initialize-delay |
Date: |
Tue, 23 Feb 2010 20:14:32 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
David Reitter wrote:
> And no, X/TTY mixing doesn't work on NS.
Then it isn't an issue. But if it is ever implemented and people start
using eg emacs --daemon, send-mail-function will be incorrectly
initialized.
Anyway, the following seems to work:
*** lisp/mail/sendmail.el 2010-01-17 23:34:53 +0000
--- lisp/mail/sendmail.el 2010-02-24 01:13:01 +0000
***************
*** 170,175 ****
--- 170,177 ----
:initialize 'custom-initialize-delay
:group 'sendmail)
+ ;;;###autoload(custom-initialize-delay 'send-mail-function nil)
+
;;;###autoload
(defcustom mail-header-separator (purecopy "--text follows this line--")
"Line used to separate headers from text in messages being composed."