From dbc4e1c12940079cad7b24e1654a0badcda8d6fc Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 26 Jan 1993 01:58:16 +0000 Subject: JimB's changes since January 18th --- lisp/gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/gnus.el') 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))))) ) )) ))) -- cgit v1.2.3