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
346dae05
Commit
346dae05
authored
Jul 18, 1994
by
Richard M. Stallman
Browse files
(unread_command_char): Declared.
parent
eb4ca295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/commands.h
src/commands.h
+4
-0
No files found.
src/commands.h
View file @
346dae05
...
...
@@ -48,6 +48,10 @@ extern Lisp_Object last_nonmenu_event;
/* List of command events to be re-read, or Qnil. */
extern
Lisp_Object
Vunread_command_events
;
/* Command char event to be re-read, or -1 if none.
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. */
...
...
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