# HG changeset patch # User Gerd Moellmann # Date 972908479 0 # Node ID a4b7690c68da66c1d405a12c5ae0dec175681ebf # Parent 6566390db9057825e469db9d662567fef797d9da (syms_of_keyboard): Change DEFVAR_LISP of update_menu_bindings to DEFVAR_BOOL. diff -r 6566390db905 -r a4b7690c68da src/keyboard.c --- a/src/keyboard.c Mon Oct 30 12:14:11 2000 +0000 +++ b/src/keyboard.c Mon Oct 30 12:21:19 2000 +0000 @@ -10586,7 +10586,7 @@ `disable-point-adjustment' (which see) to non-nil."); Vglobal_disable_point_adjustment = Qnil; - DEFVAR_LISP ("update-menu-bindings", &update_menu_bindings, + DEFVAR_BOOL ("update-menu-bindings", &update_menu_bindings, "Non-nil means updating menu bindings is allowed.\n\ A value of nil means menu bindings should not be updated.\n\ Used during Emacs' startup.");