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
55310b94
Commit
55310b94
authored
Jan 29, 2009
by
Chong Yidong
Browse files
(emacs_write): Use process_pending_signals.
parent
a8fe3242
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/sysdep.c
src/sysdep.c
+1
-4
No files found.
src/sysdep.c
View file @
55310b94
...
...
@@ -2539,10 +2539,7 @@ emacs_write (fildes, buf, nbyte)
#ifdef SYNC_INPUT
/* I originally used `QUIT' but that might causes files to
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
();
process_pending_signals
();
#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