summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-04-10 08:02:22 +0000
committerJim Blandy <jimb@redhat.com>1993-04-10 08:02:22 +0000
commit598a9fa7043edbbff46c51db64ab3550bd0b9ca3 (patch)
treef7c8e64610510c4c3bafa61757a21150f7b8ff59 /lisp/emacs-lisp/lisp.el
parent5de9f849e8f24802a873fcb16785558aca28a3e3 (diff)
downloademacs-598a9fa7043edbbff46c51db64ab3550bd0b9ca3.tar.gz
emacs-598a9fa7043edbbff46c51db64ab3550bd0b9ca3.tar.bz2
emacs-598a9fa7043edbbff46c51db64ab3550bd0b9ca3.zip
* 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.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
0 files changed, 0 insertions, 0 deletions