# HG changeset patch # User Karl Heuer # Date 802667083 0 # Node ID f670e669470b9c9c3f6e59c4ae15a1140030c129 # Parent 32f80fdaeed9fa37a25b47c6791f79fc9a94f534 (last_command): Var deleted; now part of struct kboard. diff -r 32f80fdaeed9 -r f670e669470b src/commands.h --- a/src/commands.h Fri Jun 09 03:04:26 1995 +0000 +++ b/src/commands.h Fri Jun 09 03:04:43 1995 +0000 @@ -52,14 +52,9 @@ Setting this is obsolete, but some things should still check it. */ extern int unread_command_char; -/* Last command executed by the editor command loop, not counting - commands that set the prefix argument. */ - -extern Lisp_Object last_command; - /* The command being executed by the command loop. - Commands may set this, and the value set will be copied into last_command - instead of the actual command. */ + Commands may set this, and the value set will be copied into + current_kboard->Vlast_command instead of the actual command. */ extern Lisp_Object this_command; /* If not Qnil, this is a switch-frame event which we decided to put @@ -71,9 +66,6 @@ events until a non-ASCII event is acceptable as input. */ extern Lisp_Object unread_switch_frame; -/* Previous command symbol found here for comparison */ -extern Lisp_Object last_command; - /* The value of point when the last command was executed. */ extern int last_point_position;