changeset 108262:b1e54ed5a91e

Synch with Gnus trunk. (mml-secure-message-sign): Fix cut and paste error.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 06 May 2010 05:54:57 +0000
parents 19627bc7abf7
children e556879757eb fd99c025e8e3
files lisp/gnus/ChangeLog lisp/gnus/mml-sec.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Thu May 06 05:51:42 2010 +0000
+++ b/lisp/gnus/ChangeLog	Thu May 06 05:54:57 2010 +0000
@@ -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,
--- a/lisp/gnus/mml-sec.el	Thu May 06 05:51:42 2010 +0000
+++ b/lisp/gnus/mml-sec.el	Thu May 06 05:54:57 2010 +0000
@@ -308,11 +308,11 @@
 
 
 (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))