]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix initialization of send-mail-function option.
authorGlenn Morris <rgm@gnu.org>
Fri, 26 Feb 2010 04:40:03 +0000 (20:40 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 26 Feb 2010 04:40:03 +0000 (20:40 -0800)
* 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

lisp/ChangeLog
lisp/mail/sendmail.el

index 59bd441f0d88385a22ccf6b79a39ad833bde2868..d91d95e5313818ad73aeca5f33095db18b1f1c9f 100644 (file)
@@ -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)
index da8fe85da82e538db4084f280fb8d7db0166e487..4cf6cb812bd3ac590dc1ec583e622d78b55135c4 100644 (file)
@@ -170,6 +170,8 @@ This is used by the default mail-sending commands.  See also
   :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."