]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mml-smime.el
Remove Gnus compat names for mouse bindings
[gnu-emacs] / lisp / gnus / mml-smime.el
index 2d8f25c500375499583c0485653bf409224e21a2..248e63682c877208d5470e8d3db30109d4ffb283 100644 (file)
@@ -216,7 +216,7 @@ Whether the passphrase is cached at all is controlled by
                                        "")))))
          (if (setq cert (smime-cert-by-dns who))
              (setq result (list 'certfile (buffer-name cert)))
-           (setq bad (format "`%s' not found. " who))))
+           (setq bad (gnus-format-message "`%s' not found. " who))))
       (quit))
     result))
 
@@ -235,7 +235,7 @@ Whether the passphrase is cached at all is controlled by
                                        "")))))
          (if (setq cert (smime-cert-by-ldap who))
              (setq result (list 'certfile (buffer-name cert)))
-           (setq bad (format "`%s' not found. " who))))
+           (setq bad (gnus-format-message "`%s' not found. " who))))
       (quit))
     result))