* gnus.el (gnus-visual-p): Define function before use of
[gnus] / lisp / mml2015.el
index 5af8aba..ed385bc 100644 (file)
@@ -64,7 +64,7 @@
   '((trust-undefined . nil)
     (trust-none      . nil)
     (trust-marginal  . t)
-    (trust-fully     . t)
+    (trust-full      . t)
     (trust-ultimate  . t))
   "Trust boundaries for a signer's GnuPG key.
 This alist contains pairs of the form (trust-symbol . boolean), with
@@ -421,7 +421,7 @@ by you.")
                    (unless trust-good-enough-p
                      (concat "\nUntrusted, Fingerprint: "
                              (mml2015-gpg-pretty-print-fpr fprint))))
-         (error "From unknown user")))
+         "From unknown user"))
     (if (re-search-forward "^gpg: Good signature from \"\\(.*\\)\"$" nil t)
        (match-string 1)
       "From unknown user")))