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
6c9f24d9
Commit
6c9f24d9
authored
Mar 08, 1995
by
Karl Heuer
Browse files
(struct PERDISPLAY): New member kbd_queue_has_data.
parent
93b03653
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/lisp.h
src/lisp.h
+7
-1
No files found.
src/lisp.h
View file @
6c9f24d9
...
...
@@ -521,8 +521,14 @@ struct PERDISPLAY
/* Last anonymous kbd macro defined. */
Lisp_Object
Vlast_kbd_macro
;
/* Flag indicating that we should look at kbd_queue. This is not the
same as !NILP (kbd_queue), because if we've had to push back an
incomplete command, then this flag will be clear; we don't want to
try reading it again until another character arrives. */
int
kbd_queue_has_data
;
/* Placeholder for future vars that will be moved here. */
Lisp_Object
unused
[
1
9
];
Lisp_Object
unused
[
1
8
];
/* Nonzero means echo each character as typed. */
int
immediate_echo
;
...
...
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