]> code.delx.au - gnu-emacs/commit
Ignore non-nil. non-cons values of unread-command-events
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Mar 2016 08:52:12 +0000 (11:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Mar 2016 08:52:12 +0000 (11:52 +0300)
commitcf40f389cfbcb8dc4f2a880aa2a5aa38b394293c
treee71da9a7af3501c2387b30b5c413300c5e27f3a8
parent8ee4c52abc98e6522d812a29cfe57ffbdeb98144
Ignore non-nil. non-cons values of unread-command-events

* src/keyboard.c (requeued_events_pending_p, read_char)
(Finput_pending_p): Use CONSP instead of !NILP to see if there are
unread command events to be processed.  (Bug#22976)
src/keyboard.c