diff options
author | Jim Blandy <jimb@redhat.com> | 1993-01-26 01:58:16 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-01-26 01:58:16 +0000 |
commit | dbc4e1c12940079cad7b24e1654a0badcda8d6fc (patch) | |
tree | e0fbea5b15bd13d2839c8b59b624cec80f31bfd8 /lisp/gnus.el | |
parent | 72766144811cd7258b2a59e56f6e3657537ea508 (diff) | |
download | emacs-dbc4e1c12940079cad7b24e1654a0badcda8d6fc.tar.gz emacs-dbc4e1c12940079cad7b24e1654a0badcda8d6fc.tar.bz2 emacs-dbc4e1c12940079cad7b24e1654a0badcda8d6fc.zip |
JimB's changes since January 18th
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r-- | lisp/gnus.el | 2 |
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))))) ) )) ))) |