aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-30 15:51:42 +0200
committerLars Ingebrigtsen2019-09-30 15:51:47 +0200
commit224c51075dde7f571e996578d15b5a10eeae43ca (patch)
tree060ac21de9ac301c8e0b5e6c26f0f772772d1976
parent1e19ee781bf6aae4da32845acc6603d07a2d9c3c (diff)
downloademacs-224c51075dde7f571e996578d15b5a10eeae43ca.tar.gz
emacs-224c51075dde7f571e996578d15b5a10eeae43ca.zip
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.
-rw-r--r--lisp/gnus/mm-uu.el2
1 files changed, 1 insertions, 1 deletions
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'."
509 'iso-8859-1))) 509 'iso-8859-1)))
510 (funcall (mml2015-clear-verify-function)))) 510 (funcall (mml2015-clear-verify-function))))
511 (when (and mml2015-use (null (mml2015-clear-verify-function))) 511 (when (and mml2015-use (null (mml2015-clear-verify-function)))
512 (mml2015--status 512 (mm-sec-status
513 'gnus-details 513 'gnus-details
514 (format-message 514 (format-message
515 "Clear verification not supported by `%s'.\n" mml2015-use))) 515 "Clear verification not supported by `%s'.\n" mml2015-use)))