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
cb5c5b3d
Commit
cb5c5b3d
authored
Apr 09, 2008
by
Jan Djärv
Browse files
(emacs_write): If SYNC_INPUT and pending_atimers, run atimers.
parent
170c80be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/sysdep.c
src/sysdep.c
+2
-0
No files found.
src/sysdep.c
View file @
cb5c5b3d
...
...
@@ -3394,6 +3394,8 @@ emacs_write (fildes, buf, nbyte)
be truncated if you hit C-g in the middle of it. --Stef */
if
(
interrupt_input_pending
)
handle_async_input
();
if
(
pending_atimers
)
do_pending_atimers
();
#endif
continue
;
}
...
...
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