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
8cf9a8c6
Commit
8cf9a8c6
authored
Mar 16, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
49116ac0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/buffer.c
src/buffer.c
+1
-3
src/callproc.c
src/callproc.c
+3
-0
No files found.
src/buffer.c
View file @
8cf9a8c6
/* Buffer manipulation primitives for GNU Emacs.
/* Buffer manipulation primitives for GNU Emacs.
Copyright (C) 1985, 1986, 1987, 1988, 1989 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 1988, 1989
, 1992
Free Software Foundation, Inc.
This file is part of GNU Emacs.
This file is part of GNU Emacs.
...
@@ -678,9 +678,7 @@ with `delete-process'.")
...
@@ -678,9 +678,7 @@ with `delete-process'.")
unlock_buffer
(
b
);
unlock_buffer
(
b
);
#endif
/* CLASH_DETECTION */
#endif
/* CLASH_DETECTION */
#ifdef subprocesses
kill_buffer_processes
(
buf
);
kill_buffer_processes
(
buf
);
#endif
/* subprocesses */
tem
=
Vinhibit_quit
;
tem
=
Vinhibit_quit
;
Vinhibit_quit
=
Qt
;
Vinhibit_quit
=
Qt
;
...
...
src/callproc.c
View file @
8cf9a8c6
...
@@ -242,6 +242,9 @@ If you quit, the process is killed with SIGKILL.")
...
@@ -242,6 +242,9 @@ If you quit, the process is killed with SIGKILL.")
if
(
XTYPE
(
buffer
)
==
Lisp_Int
)
if
(
XTYPE
(
buffer
)
==
Lisp_Int
)
{
{
#ifndef subprocesses
#ifndef subprocesses
/* If Emacs has been built with asynchronous subprocess support,
we don't need to do this, I think because it will then have
the facilities for handling SIGCHLD. */
wait_without_blocking
();
wait_without_blocking
();
#endif
/* subprocesses */
#endif
/* subprocesses */
return
Qnil
;
return
Qnil
;
...
...
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