Fix Condition in kbd_buffer_store_buffered_event (bug#19547).
commit319bafc9b28bd5bffb92a97a8ab53b9a3b97e6fd
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 30 Nov 2016 20:22:04 +0000 (30 21:22 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 30 Nov 2016 20:22:04 +0000 (30 21:22 +0100)
tree2a8d1fc9f789dcbe27c414aa770fce07b074238f
parenta283d655db88cdcc8cb53d8e2578e1cdf751c84b
Fix Condition in kbd_buffer_store_buffered_event (bug#19547).

* src/keyboard.c (kbd_buffer_store_buffered_event): Should be NILP and not
!NILP.
src/keyboard.c