aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/nnmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index aa909cc9797..249bd65a9d7 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -666,7 +666,7 @@ nn*-request-list should have been called before calling this function."
666 (setq group (symbol-name group))) 666 (setq group (symbol-name group)))
667 (if (and (numberp (setq max (read buffer))) 667 (if (and (numberp (setq max (read buffer)))
668 (numberp (setq min (read buffer)))) 668 (numberp (setq min (read buffer))))
669 (push (list (string-as-unibyte group) (cons min max)) 669 (push (list group (cons min max))
670 group-assoc))) 670 group-assoc)))
671 (error nil)) 671 (error nil))
672 (widen) 672 (widen)