Synch with Gnus trunk.

(mml-secure-message-sign): Fix cut and paste error.
This commit is contained in:
Katsumi Yamaoka 2010-05-06 05:54:57 +00:00
parent 0c99c59732
commit 16b90cfe19
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
* mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,

View file

@ -308,11 +308,11 @@ Use METHOD if given. Else use `mml-secure-method' or
(defun mml-secure-message-sign (&optional method)
"Add MML tags to sign this MML part.
"Add MML tags to sign the entire message.
Use METHOD if given. Else use `mml-secure-method' or
`mml-default-sign-method'."
(interactive)
(mml-secure-part
(mml-secure-message
(or method mml-secure-method mml-default-sign-method)
'sign))