changeset 63491:eb8609914b2b

(gnus-article-encrypt-body): Don't use `format' on `error' arguments.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 Jun 2005 14:45:59 +0000
parents 65b21147737a
children 980e418a44ee
files lisp/gnus/gnus-art.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Thu Jun 16 14:40:46 2005 +0000
+++ b/lisp/gnus/gnus-art.el	Thu Jun 16 14:45:59 2005 +0000
@@ -7069,7 +7069,7 @@
     current-prefix-arg))
   (let ((func (cdr (assoc protocol gnus-article-encrypt-protocol-alist))))
     (unless func
-      (error (format "Can't find the encrypt protocol %s" protocol)))
+      (error "Can't find the encrypt protocol %s" protocol))
     (if (member gnus-newsgroup-name '("nndraft:delayed"
 				      "nndraft:drafts"
 				      "nndraft:queue"))