]> git.eshelyaron.com Git - emacs.git/commit
Avoid returning early in 'while-no-input' due to subprocesses
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Sep 2018 07:11:08 +0000 (10:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Sep 2018 07:11:08 +0000 (10:11 +0300)
commitd416109f06ab3910e3f49176185154a5179b6354
treee2d3a535988c323c03fe352aaa2e2795079e314b
parente8a4d942dd7305b85850603c97d987e52510a726
Avoid returning early in 'while-no-input' due to subprocesses

* src/keyboard.c (kbd_buffer_store_buffered_event): Support
also the internal buffer-switch events.
(syms_of_keyboard) <Qbuffer_switch>: New DEFSYM.

* lisp/subr.el (while-no-input-ignore-events): Ignore
'buffer-switch' events.  Reported by Michael Heerdegen
<michael_heerdegen@web.de>.

* etc/NEWS: Mention the change in behavior of 'while-no-input'
etc/NEWS
lisp/subr.el
src/keyboard.c