diff src/callproc.c @ 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 86de9106eb84
children e0ffa47f2ed4
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.  */