]> git.eshelyaron.com Git - emacs.git/commitdiff
Synch with Gnus trunk.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 6 May 2010 05:54:57 +0000 (05:54 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 6 May 2010 05:54:57 +0000 (05:54 +0000)
(mml-secure-message-sign): Fix cut and paste error.

lisp/gnus/ChangeLog
lisp/gnus/mml-sec.el

index 9fbf476193d86e32c19d6c37ea1f4dc311db7efe..3a4a502679dbfd19a2d696481c7362e5cbb50bb4 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 35155b89ac2e00638d588446d02a191e982dfb2e..41abfcdc9b9a35b249bee6eb0d305182cd4e4f03 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))