aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-30 12:21:45 +0000
committerGerd Moellmann2000-10-30 12:21:45 +0000
commita1d34b1eee5f19bf1e39ca9824b9bfe60e0dfb4a (patch)
tree2eadc06ed35b7730e5402c73a2f98edaac03382d /src
parent35923e46af5dd849f576255a4be9d64945311d42 (diff)
downloademacs-a1d34b1eee5f19bf1e39ca9824b9bfe60e0dfb4a.tar.gz
emacs-a1d34b1eee5f19bf1e39ca9824b9bfe60e0dfb4a.zip
(syms_of_keyboard): Change DEFVAR_LISP of
update_menu_bindings to DEFVAR_BOOL.
Diffstat (limited to 'src')
-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 @@
12000-10-30 Gerd Moellmann <gerd@gnu.org>
2
3 * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
4 update_menu_bindings to DEFVAR_BOOL.
5
12000-10-30 Kenichi Handa <handa@etl.go.jp> 62000-10-30 Kenichi Handa <handa@etl.go.jp>
2 7
3 * search.c (Fset_match_data): Be sure to make search_regs always 8 * 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\
10586`disable-point-adjustment' (which see) to non-nil."); 10586`disable-point-adjustment' (which see) to non-nil.");
10587 Vglobal_disable_point_adjustment = Qnil; 10587 Vglobal_disable_point_adjustment = Qnil;
10588 10588
10589 DEFVAR_LISP ("update-menu-bindings", &update_menu_bindings, 10589 DEFVAR_BOOL ("update-menu-bindings", &update_menu_bindings,
10590 "Non-nil means updating menu bindings is allowed.\n\ 10590 "Non-nil means updating menu bindings is allowed.\n\
10591A value of nil means menu bindings should not be updated.\n\ 10591A value of nil means menu bindings should not be updated.\n\
10592Used during Emacs' startup."); 10592Used during Emacs' startup.");