]> git.eshelyaron.com Git - emacs.git/commit
(Vspecial_event_map): New variable.
authorRichard M. Stallman <rms@gnu.org>
Sun, 2 Jul 1995 00:08:34 +0000 (00:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 2 Jul 1995 00:08:34 +0000 (00:08 +0000)
commit7f07d5cafe82baf672d8a2e4450bbf93ee72744c
treeb081a018cd9bcb9d304a9e5aacdb16d1ec8b75c7
parent60573a904900a07b417eadbb61383568dc4354c2
(Vspecial_event_map): New variable.
(syms_of_keyboard): Define Lisp var; init the map.
(read_char): Look up each event in Vspecial_event_map; if bound,
execute the binding here and read another event.
(keys_of_keyboard): Make bindings for iconify-frame,
make-frame-visible and delete-frame.
src/keyboard.c