summaryrefslogtreecommitdiff
path: root/lisp/gnus.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r--lisp/gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index c472ed04216..4859096721f 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -2287,7 +2287,7 @@ If argument UNREAD is non-nil, only unread article is selected."
(let ((char (read-char)))
(if (= char cmd)
(gnus-Subject-next-group nil)
- (setq unread-command-event char))))
+ (setq unread-command-events (list char)))))
)
))
)))