(mh-secure-message): Follow error conventions.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 15:37:18 +0000 (15:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 15:37:18 +0000 (15:37 +0000)
lisp/mh-e/mh-mime.el

index dcd8f67..9bc8f7d 100644 (file)
@@ -597,7 +597,7 @@ IDENTITY is optionally the default-user-id to use."
     (let ((valid-methods (list "pgpmime" "pgp" "smime"))
           (valid-modes (list "sign" "encrypt" "signencrypt" "none")))
       (if (not (member method valid-methods))
-          (error (format "Sorry. METHOD \"%s\" is invalid." method)))
+          (error (format "Sorry. METHOD \"%s\" is invalid" method)))
       (if (not (member mode valid-modes))
           (error (format "Sorry. MODE \"%s\" is invalid" mode)))
       (mml-unsecure-message)