1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Lars Ingebrigtsen 2019-09-30 15:51:42 +02:00
parent 1e19ee781b
commit 224c51075d

View file

@ -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)))