Mercurial > emacs
changeset 107233:548e079ffb49
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
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 25 Feb 2010 20:40:03 -0800 |
parents | 45d0913cbd81 |
children | 78f7c3c01214 |
files | lisp/ChangeLog lisp/mail/sendmail.el |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rgm@gnu.org> + + * mail/sendmail.el (send-mail-function): Autoload the call + to custom-initialize-delay, not otherwise preserved in loaddefs.el. + 2010-02-25 Alan Mackenzie <acm@muc.de> * progmodes/cc-engine.el (c-clear-<-pair-props)
--- 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."