Mercurial > emacs
changeset 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 | 6566390db905 |
children | 62535102746c |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.");