(mml-secure-message-sign): Fix cut and paste error.
authorTommi Vainikainen <thv@iki.fi>
Thu, 6 May 2010 05:36:59 +0000 (07:36 +0200)
committerAndreas Seltenreich <andreas+git@gate450.dyndns.org>
Thu, 6 May 2010 05:36:59 +0000 (07:36 +0200)
lisp/ChangeLog
lisp/mml-sec.el

index c7e2616..019f4a3 100644 (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,
index 35155b8..41abfcd 100644 (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))