]> git.eshelyaron.com Git - emacs.git/commit
Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flag
authorAlan Mackenzie <acm@muc.de>
Tue, 12 Jul 2022 09:31:08 +0000 (09:31 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 12 Jul 2022 09:31:08 +0000 (09:31 +0000)
commitfe5e789ff84d3b41b2a22cc18fd0a208502fede5
tree5fa985d5fe17c30cd1354e31451c9da8495cae00
parent93b31707e97f8ddf11aa8acbf5c61bc29b5f7528
Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flag

This fixes bug #56502.  That function and these variables were manipulated by
the former file emacs-lisp/lmenu.el that was finally expunged from directory
obsolete/ by Stefan Kangas on 2020-05-15.  There remain references to them in
the *.c, and *.m files.

* src/keyboard.c (syms_of_keyboard): Remove declarations of the symbol and
variable.

* src/haikumenu.c (set_frame_menu_bar)
* src/keyboard.c (command_loop_1)
* src/nsmenu.m (ns_update_menubar)
* src/pgtkmenu.c (set_frame_menubar)
* src/xdisp.c (update_menu_bar)
* src/xmenu.c (set_frame_menubar): Remove calls to Qrecompute_lucid_menubar
contitional on Vlucid_menu_bar_dirty_flag.
src/haikumenu.c
src/keyboard.c
src/nsmenu.m
src/pgtkmenu.c
src/xdisp.c
src/xmenu.c