Mercurial > emacs
changeset 585:1d71babec025
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 16 Mar 1992 23:20:07 +0000 |
parents | 4cd7543be581 |
children | c792b1df8110 |
files | src/buffer.c src/callproc.c |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Mon Mar 16 20:39:07 1992 +0000 +++ b/src/buffer.c Mon Mar 16 23:20:07 1992 +0000 @@ -1,5 +1,5 @@ /* 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. @@ -678,9 +678,7 @@ unlock_buffer (b); #endif /* CLASH_DETECTION */ -#ifdef subprocesses kill_buffer_processes (buf); -#endif /* subprocesses */ tem = Vinhibit_quit; Vinhibit_quit = Qt;
--- a/src/callproc.c Mon Mar 16 20:39:07 1992 +0000 +++ b/src/callproc.c Mon Mar 16 23:20:07 1992 +0000 @@ -242,6 +242,9 @@ if (XTYPE (buffer) == Lisp_Int) { #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 (); #endif /* subprocesses */ return Qnil;