Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c5a02c74
Commit
c5a02c74
authored
Mar 25, 1994
by
Richard M. Stallman
Browse files
(this_command, last_command): Declared.
parent
30df2a53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/commands.h
src/commands.h
+10
-0
No files found.
src/commands.h
View file @
c5a02c74
...
...
@@ -48,6 +48,16 @@ extern Lisp_Object last_nonmenu_event;
/* List of command events to be re-read, or Qnil. */
extern
Lisp_Object
unread_command_events
;
/* 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. */
extern
Lisp_Object
this_command
;
/* If not Qnil, this is a switch-frame event which we decided to put
off until the end of a key sequence. This should be read as the
next command input, after any unread_command_events.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment