]> git.eshelyaron.com Git - emacs.git/commitdiff
(last_command): Var deleted; now part of struct kboard.
authorKarl Heuer <kwzh@gnu.org>
Fri, 9 Jun 1995 03:04:43 +0000 (03:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 9 Jun 1995 03:04:43 +0000 (03:04 +0000)
src/commands.h

index 57de2ccae416f6a30dac2692af3ce3e6251a86d0..5ee27cc8c94c2bd00e6294870be637b8496a54a1 100644 (file)
@@ -52,14 +52,9 @@ extern Lisp_Object Vunread_command_events;
    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 @@ extern Lisp_Object this_command;
    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;