# HG changeset patch # User Juanma Barranquero # Date 1118933159 0 # Node ID eb8609914b2b2216d3b124a8a00923b9cc38089b # Parent 65b21147737a2bb42953e498338d8202f7f678fd (gnus-article-encrypt-body): Don't use `format' on `error' arguments. diff -r 65b21147737a -r eb8609914b2b lisp/gnus/gnus-art.el --- 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"))