[gnus git] branch master updated: m0-3-151-gab3c89c =1= * mm-decode.el (mm-dissect-buffer): Doc fix.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ab3c89c8131c2e47852d8f7303a0764545e20cdc (commit)
from 23d20f6e231ff0940f0f65f74b9f9666b2989ebe (commit)
- Log -----------------------------------------------------------------
commit ab3c89c8131c2e47852d8f7303a0764545e20cdc
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Apr 12 20:45:00 2012 +0200
* mm-decode.el (mm-dissect-buffer): Doc fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d415e97..5ece33e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-04-12 Lars Magne Ingebrigtsen <[email protected]>
+ * mm-decode.el (mm-dissect-buffer): Doc fix.
+
* gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
buffer if it doesn't exist.
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 19017d3..8076b2e 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -577,7 +577,9 @@ Postpone undisplaying of viewers for types in
(autoload 'message-fetch-field "message")
(defun mm-dissect-buffer (&optional no-strict-mime loose-mime from)
- "Dissect the current buffer and return a list of MIME handles."
+ "Dissect the current buffer and return a list of MIME handles.
+If NO-STRICT-MIME, don't require the message to have a
+MIME-Version header before proceeding."
(save-excursion
(let (ct ctl type subtype cte cd description id result)
(save-restriction
-----------------------------------------------------------------------
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 | 2 ++
lisp/mm-decode.el | 4 +++-
2 files changed, 5 insertions(+), 1 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