diff options
| author | Gerd Moellmann | 2000-10-30 12:21:45 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-30 12:21:45 +0000 |
| commit | a1d34b1eee5f19bf1e39ca9824b9bfe60e0dfb4a (patch) | |
| tree | 2eadc06ed35b7730e5402c73a2f98edaac03382d /src | |
| parent | 35923e46af5dd849f576255a4be9d64945311d42 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | src/keyboard.c | 2 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-10-30 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-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\ |
| 10591 | A value of nil means menu bindings should not be updated.\n\ | 10591 | A value of nil means menu bindings should not be updated.\n\ |
| 10592 | Used during Emacs' startup."); | 10592 | Used during Emacs' startup."); |