# HG changeset patch # User Karl Heuer # Date 772418087 0 # Node ID 7cc73292df36833570dc693131775a619a525ad3 # Parent bffab6b078626957fb917c46c6f62bcbbb6595d7 (syms_of_keyboard): Don't staticpro the same var twice. diff -r bffab6b07862 -r 7cc73292df36 src/keyboard.c --- 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,