diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el index 34c923974d6..fd7cf7e0297 100644 --- a/lisp/gnus-ems.el +++ b/lisp/gnus-ems.el @@ -364,7 +364,7 @@ NOTE: This command only works with newsgroups that use real or simulated NNTP." (article (gnus-summary-article-number)) b) (or (gnus-summary-goto-subject article) - (error (format "No such article: %d" article))) + (error "No such article: %d" article)) (or gnus-newsgroup-headers-hashtb-by-number (gnus-make-headers-hashtable-by-number)) (gnus-summary-position-cursor)