[gnus git] branch master updated: n0-17-270-gde2002d =1= Add autoload cookies for functions used by sendmail.el.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via de2002de20bfc7ef8496d98178644b1a52e5a3d2 (commit)
from 48042713b1281704e409a0ced5ed80d93796c812 (commit)
- Log -----------------------------------------------------------------
commit de2002de20bfc7ef8496d98178644b1a52e5a3d2
Author: Eli Zaretskii <[email protected]>
Date: Sat Sep 10 10:25:04 2011 +0000
Add autoload cookies for functions used by sendmail.el.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 54b688d..efe1f39 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-10 Eli Zaretskii <[email protected]>
+
+ Add autoload cookies for functions used by sendmail.el.
+ * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
+
+ * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
+
2011-09-09 Katsumi Yamaoka <[email protected]>
* gnus-art.el (article-date-ut): Work properly even when there are
diff --git a/lisp/mm-encode.el b/lisp/mm-encode.el
index 055ba47..0fb0e7a 100644
--- a/lisp/mm-encode.el
+++ b/lisp/mm-encode.el
@@ -97,6 +97,7 @@ This variable should never be set directly, but bound before a call to
(insert "Content-Type: multipart/mixed; boundary=\"" boundary "\"\n")
boundary))
+;;;###autoload
(defun mm-default-file-encoding (file)
"Return a default encoding for FILE."
(if (not (string-match "\\.[^.]+$" file))
diff --git a/lisp/mml.el b/lisp/mml.el
index 8b196fa..e393918 100644
--- a/lisp/mml.el
+++ b/lisp/mml.el
@@ -897,6 +897,7 @@ If HANDLES is non-nil, use it instead reparsing the buffer."
(autoload 'message-encode-message-body "message")
(declare-function message-narrow-to-headers-or-head "message" ())
+;;;###autoload
(defun mml-to-mime ()
"Translate the current buffer from MML to MIME."
;; `message-encode-message-body' will insert an encoded Content-Description
@@ -1294,6 +1295,7 @@ to specify options."
:version "22.1" ;; Gnus 5.10.9
:group 'message)
+;;;###autoload
(defun mml-attach-file (file &optional type description disposition)
"Attach a file to the outgoing MIME message.
The file is not inserted or encoded until you send the message with
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 7 +++++++
lisp/mm-encode.el | 1 +
lisp/mml.el | 2 ++
3 files changed, 10 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project