emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99560: Fix initialization of send-ma


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99560: Fix initialization of send-mail-function option.
Date: Thu, 25 Feb 2010 20:40:03 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99560
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-02-25 20:40:03 -0800
message:
  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
modified:
  lisp/ChangeLog
  lisp/mail/sendmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-25 21:21:25 +0000
+++ b/lisp/ChangeLog    2010-02-26 04:40:03 +0000
@@ -1,3 +1,8 @@
+2010-02-26  Glenn Morris  <address@hidden>
+
+       * mail/sendmail.el (send-mail-function): Autoload the call
+       to custom-initialize-delay, not otherwise preserved in loaddefs.el.
+
 2010-02-25  Alan Mackenzie  <address@hidden>
 
        * progmodes/cc-engine.el (c-clear-<-pair-props)

=== modified file 'lisp/mail/sendmail.el'
--- a/lisp/mail/sendmail.el     2010-01-17 23:34:53 +0000
+++ b/lisp/mail/sendmail.el     2010-02-26 04:40:03 +0000
@@ -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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]