Mercurial > emacs
diff src/keyboard.c @ 33057:a4b7690c68da
(syms_of_keyboard): Change DEFVAR_LISP of
update_menu_bindings to DEFVAR_BOOL.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 30 Oct 2000 12:21:19 +0000 |
parents | c3435dc00ed7 |
children | c587b5380fe0 |
line wrap: on
line diff
--- 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.");