# HG changeset patch # User Glenn Morris # Date 1267159203 28800 # Node ID 548e079ffb49d48d8dae3a3274ee16e6f6141832 # Parent 45d0913cbd81c41cd1323e800b507b0699ecb6a1 Fix initialization of send-mail-function option. * mail/sendmail.el (send-mail-function): Autoload the call to custom-initialize-delay, not otherwise preserved in loaddefs.el. (Needed since 2009-09-13 change to startup.el.) See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00533.html diff -r 45d0913cbd81 -r 548e079ffb49 lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 25 20:35:34 2010 -0800 +++ b/lisp/ChangeLog Thu Feb 25 20:40:03 2010 -0800 @@ -1,3 +1,8 @@ +2010-02-26 Glenn Morris + + * mail/sendmail.el (send-mail-function): Autoload the call + to custom-initialize-delay, not otherwise preserved in loaddefs.el. + 2010-02-25 Alan Mackenzie * progmodes/cc-engine.el (c-clear-<-pair-props) diff -r 45d0913cbd81 -r 548e079ffb49 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Thu Feb 25 20:35:34 2010 -0800 +++ b/lisp/mail/sendmail.el Thu Feb 25 20:40:03 2010 -0800 @@ -170,6 +170,8 @@ :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."