comparison lisp/mail/sendmail.el @ 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 bcf8645ca619
children e8c910cab06d
comparison
equal deleted inserted replaced
107232:45d0913cbd81 107233:548e079ffb49
167 (function-item feedmail-send-it :tag "Use Feedmail package") 167 (function-item feedmail-send-it :tag "Use Feedmail package")
168 (function-item mailclient-send-it :tag "Use Mailclient package") 168 (function-item mailclient-send-it :tag "Use Mailclient package")
169 function) 169 function)
170 :initialize 'custom-initialize-delay 170 :initialize 'custom-initialize-delay
171 :group 'sendmail) 171 :group 'sendmail)
172
173 ;;;###autoload(custom-initialize-delay 'send-mail-function nil)
172 174
173 ;;;###autoload 175 ;;;###autoload
174 (defcustom mail-header-separator (purecopy "--text follows this line--") 176 (defcustom mail-header-separator (purecopy "--text follows this line--")
175 "Line used to separate headers from text in messages being composed." 177 "Line used to separate headers from text in messages being composed."
176 :type 'string 178 :type 'string