From 224c51075dde7f571e996578d15b5a10eeae43ca Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 30 Sep 2019 15:51:42 +0200 Subject: [PATCH] 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 6143b41bbc1..981bf8ea3ea 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))) -- 2.39.5