emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104987: (sendmail-query-once): Add a


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104987: (sendmail-query-once): Add an autoload cookie.
Date: Wed, 06 Jul 2011 17:45:00 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104987
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-06 17:45:00 +0200
message:
  (sendmail-query-once): Add an autoload cookie.
modified:
  lisp/ChangeLog
  lisp/mail/sendmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-06 15:39:32 +0000
+++ b/lisp/ChangeLog    2011-07-06 15:45:00 +0000
@@ -2,6 +2,7 @@
 
        * mail/sendmail.el (send-mail-function): Change the default to
        `sendmail-query-once'.
+       (sendmail-query-once): Add an autoload cookie.
 
        * net/network-stream.el (network-stream-open-starttls): Try using
        a plain connection even if the server offered STARTTLS, and we

=== modified file 'lisp/mail/sendmail.el'
--- a/lisp/mail/sendmail.el     2011-07-06 15:39:32 +0000
+++ b/lisp/mail/sendmail.el     2011-07-06 15:45:00 +0000
@@ -168,6 +168,7 @@
 (defvar sendmail-query-once-function 'query
   "Either a function to send email, or the symbol `query'.")
 
+;;;###autoload
 (defun sendmail-query-once ()
   "Send an email via `sendmail-query-once-function'.
 If `sendmail-query-once-function' is `query', ask the user what


reply via email to

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