aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index 99c5ca75376..0494478541c 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -56,7 +56,7 @@ extern int unread_command_char;
56/* The command being executed by the command loop. 56/* The command being executed by the command loop.
57 Commands may set this, and the value set will be copied into 57 Commands may set this, and the value set will be copied into
58 current_kboard->Vlast_command instead of the actual command. */ 58 current_kboard->Vlast_command instead of the actual command. */
59extern Lisp_Object this_command; 59extern Lisp_Object Vthis_command;
60 60
61/* If not Qnil, this is a switch-frame event which we decided to put 61/* If not Qnil, this is a switch-frame event which we decided to put
62 off until the end of a key sequence. This should be read as the 62 off until the end of a key sequence. This should be read as the