aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus-group.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index f1202e176e7..8c2411f4d92 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -4029,7 +4029,7 @@ entail asking the server for the groups."
4029 (insert " *: " 4029 (insert " *: "
4030 (gnus-group-decoded-name group) 4030 (gnus-group-decoded-name group)
4031 "\n")) 4031 "\n"))
4032 (list 'gnus-group (gethash group gnus-active-hashtb) 4032 (list 'gnus-group group
4033 'gnus-unread t 4033 'gnus-unread t
4034 'gnus-level (inline (gnus-group-level group))))) 4034 'gnus-level (inline (gnus-group-level group)))))
4035 (goto-char (point-min)))) 4035 (goto-char (point-min))))