Mercurial > emacs
changeset 7161:67618cd7bdbf
(child_setup): Test PRIO_PROCESS, as in sys_subshell.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Apr 1994 05:44:54 +0000 |
parents | ff15f545744a |
children | 06a13bf36a8c |
files | src/callproc.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Thu Apr 28 05:19:08 1994 +0000 +++ b/src/callproc.c Thu Apr 28 05:44:54 1994 +0000 @@ -558,11 +558,13 @@ int pid = getpid (); +#ifdef PRIO_PROCESS { extern int emacs_priority; nice (- emacs_priority); } +#endif #ifdef subprocesses /* Close Emacs's descriptors that this process should not have. */