summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-10-30 12:21:45 +0000
committerGerd Moellmann <gerd@gnu.org>2000-10-30 12:21:45 +0000
commita1d34b1eee5f19bf1e39ca9824b9bfe60e0dfb4a (patch)
tree2eadc06ed35b7730e5402c73a2f98edaac03382d
parent35923e46af5dd849f576255a4be9d64945311d42 (diff)
downloademacs-a1d34b1eee5f19bf1e39ca9824b9bfe60e0dfb4a.tar.gz
(syms_of_keyboard): Change DEFVAR_LISP of
update_menu_bindings to DEFVAR_BOOL.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/keyboard.c2
2 files changed, 6 insertions, 1 deletions
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 <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
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.");