]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard): Change DEFVAR_LISP of
authorGerd Moellmann <gerd@gnu.org>
Mon, 30 Oct 2000 12:21:45 +0000 (12:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 30 Oct 2000 12:21:45 +0000 (12:21 +0000)
update_menu_bindings to DEFVAR_BOOL.

src/ChangeLog
src/keyboard.c

index 63da54459b3d2a8ca726fa38a7648588c622efcc..aebefbf29a7945095966c8831f456c1587bb133a 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
+       update_menu_bindings to DEFVAR_BOOL.
+
 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
 
        * search.c (Fset_match_data): Be sure to make search_regs always
index 380c5646a831276f4e7cdb6a2c59971327ba3534..eb6bc117651dfed0e831fb09027831ad51eee068 100644 (file)
@@ -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.");