From: Gerd Moellmann Date: Mon, 30 Oct 2000 12:21:45 +0000 (+0000) Subject: (syms_of_keyboard): Change DEFVAR_LISP of X-Git-Tag: emacs-pretest-21.0.90~421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1d34b1eee5f19bf1e39ca9824b9bfe60e0dfb4a;p=emacs.git (syms_of_keyboard): Change DEFVAR_LISP of update_menu_bindings to DEFVAR_BOOL. --- diff --git a/src/ChangeLog b/src/ChangeLog index 63da54459b3..aebefbf29a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-10-30 Gerd Moellmann + + * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of + update_menu_bindings to DEFVAR_BOOL. + 2000-10-30 Kenichi Handa * search.c (Fset_match_data): Be sure to make search_regs always diff --git a/src/keyboard.c b/src/keyboard.c index 380c5646a83..eb6bc117651 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10586,7 +10586,7 @@ suppressed only after special commands that set\n\ `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.");