]> git.eshelyaron.com Git - emacs.git/commit
Don't include puresize.h any more as code that needs it
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 06:01:22 +0000 (06:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 06:01:22 +0000 (06:01 +0000)
commitde57a39c28e6618fc3289a4102aa4762244b94bd
tree76b446c18ccdced3b1989065d8f89bb98d7882f4
parenta3fc8840a3c1586b17c9d211e959571fba365af6
Don't include puresize.h any more as code that needs it
has moved to keyboard.c.
(menu_item_equiv_key, menu_item_enabled_p_1, menu_item_enabled_p):
Functions deleted; code moved to parse_menu_item in keyboard.c.
(single_keymap_panes): Large part of code moved to single_menu_item.
(single_menu_item): New function that uses parse_menu_item.
(Qmenu_alias): Variable deleted.
(QCtoggle, QCradio): New variables.
(syms_of_xmenu): Change initializations of variables.
src/xmenu.c