aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus-ems.el2
1 files changed, 1 insertions, 1 deletions
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."
364 (article (gnus-summary-article-number)) 364 (article (gnus-summary-article-number))
365 b) 365 b)
366 (or (gnus-summary-goto-subject article) 366 (or (gnus-summary-goto-subject article)
367 (error (format "No such article: %d" article))) 367 (error "No such article: %d" article))
368 (or gnus-newsgroup-headers-hashtb-by-number 368 (or gnus-newsgroup-headers-hashtb-by-number
369 (gnus-make-headers-hashtable-by-number)) 369 (gnus-make-headers-hashtable-by-number))
370 (gnus-summary-position-cursor) 370 (gnus-summary-position-cursor)