Mercurial > emacs
changeset 8039:7cc73292df36
(syms_of_keyboard): Don't staticpro the same var twice.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 24 Jun 1994 00:34:47 +0000 |
parents | bffab6b07862 |
children | b35d46349f46 |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Thu Jun 23 23:58:16 1994 +0000 +++ b/src/keyboard.c Fri Jun 24 00:34:47 1994 +0000 @@ -6000,7 +6000,7 @@ DEFVAR_LISP ("last-command-char", &last_command_char, "Last input event that was part of a command."); - DEFVAR_LISP ("last-command-event", &last_command_char, + DEFVAR_LISP_NOPRO ("last-command-event", &last_command_char, "Last input event that was part of a command."); DEFVAR_LISP ("last-nonmenu-event", &last_nonmenu_event, @@ -6012,7 +6012,7 @@ DEFVAR_LISP ("last-input-char", &last_input_char, "Last input event."); - DEFVAR_LISP ("last-input-event", &last_input_char, + DEFVAR_LISP_NOPRO ("last-input-event", &last_input_char, "Last input event."); DEFVAR_LISP ("unread-command-events", &Vunread_command_events,