emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 224c510: Fix recent mm-uu.el typo


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 224c510: Fix recent mm-uu.el typo
Date: Mon, 30 Sep 2019 09:51:54 -0400 (EDT)

branch: master
commit 224c51075dde7f571e996578d15b5a10eeae43ca
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix recent mm-uu.el typo
    
    * lisp/gnus/mm-uu.el (mm-uu-pgp-signed-extract-1): Fix typo in
    mm-uu introduced by previous patch.
---
 lisp/gnus/mm-uu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el
index 6143b41..981bf8e 100644
--- a/lisp/gnus/mm-uu.el
+++ b/lisp/gnus/mm-uu.el
@@ -509,7 +509,7 @@ apply the face `mm-uu-extract'."
                                              'iso-8859-1)))
              (funcall (mml2015-clear-verify-function))))
        (when (and mml2015-use (null (mml2015-clear-verify-function)))
-         (mml2015--status
+         (mm-sec-status
           'gnus-details
           (format-message
            "Clear verification not supported by `%s'.\n" mml2015-use)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]