* keyboard.c (command_loop_1): Rebuild menu bar if
authorJim Blandy <jimb@redhat.com>
Sat, 10 Apr 1993 08:02:22 +0000 (08:02 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 10 Apr 1993 08:02:22 +0000 (08:02 +0000)
commit598a9fa7043edbbff46c51db64ab3550bd0b9ca3
treef7c8e64610510c4c3bafa61757a21150f7b8ff59
parent5de9f849e8f24802a873fcb16785558aca28a3e3
* keyboard.c (command_loop_1): Rebuild menu bar if
update_mode_lines is set.

        Since Qmenu_enable is used by non-X-specific code, it shouldn't be
defined in an X-only source file.
* xmenu.c (Qmenu_enable): Definition moved...
(syms_of_xmenu): ... along with initialization ...
* keyboard.c (Qmenu_enable): ... to here ...
(syms_of_keyboard): ... and here.

* keyboard.c (kbd_buffer_get_event): If we get a selection clear
or selection request event, but we were compiled without the
window-system-specific code to handle it, abort.  Don't try to
call a function which doesn't exist.

* keyboard.c (make_lispy_event): In the code which processes mouse
clicks, declare f to be a FRAME_PTR, not a struct frame *; this
works when MULTI_FRAME is not #defined.
src/keyboard.c