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
f80bd2d7
Commit
f80bd2d7
authored
Mar 05, 1996
by
Richard M. Stallman
Browse files
(sit_for): Pass DISPLAY to detect_input_pending_run_timers.
parent
2699e23e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
No files found.
src/dispnew.c
View file @
f80bd2d7
...
...
@@ -2367,7 +2367,7 @@ sit_for (sec, usec, reading, display)
{
Lisp_Object
read_kbd
;
if
(
detect_input_pending
(
))
if
(
detect_input_pending
_run_timers
(
display
))
return
Qnil
;
if
(
display
)
...
...
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