]> git.eshelyaron.com Git - emacs.git/commit
Reuse already existing lisp symbols for ignore_event (bug#19547).
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 28 Nov 2016 05:55:14 +0000 (06:55 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 28 Nov 2016 05:59:49 +0000 (06:59 +0100)
commit43ec6efa2b41b43a2e55be16434f64bba644271e
tree7441f3115eb9cc0eba6d65ffde85363ac7282b5b
parentd9dd884c7c1940cacfcc2d86d47220b40c520bb5
Reuse already existing lisp symbols for ignore_event (bug#19547).

* lisp/subr.el (while-no-input-ignore-events): Use them instead.
* src/keyboard.c (kbd_buffer_store_buffered_event):
Use help-echo for HELP_EVENT, iconify-frame for ICONIFY_EVENT,
and make-frame-visible for DEICONIFY_EVENT.
(syms_of_keyboard): Remove unneeded symbols.
lisp/subr.el
src/keyboard.c