comparison src/emacs.c @ 5583:1c084b38abc1

(main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.
author Richard M. Stallman <rms@gnu.org>
date Fri, 14 Jan 1994 18:09:06 +0000
parents 84fcbbd80e3d
children ec298224882d
comparison
equal deleted inserted replaced
5582:cc4892ee6807 5583:1c084b38abc1
344 if (initialized) 344 if (initialized)
345 { 345 {
346 inherited_pgroup = EMACS_GETPGRP (0); 346 inherited_pgroup = EMACS_GETPGRP (0);
347 setpgrp (0, getpid ()); 347 setpgrp (0, getpid ());
348 } 348 }
349 #else
350 #if defined (USG5) && defined (INTERRUPT_INPUT)
351 setpgrp ();
352 #endif
349 #endif 353 #endif
350 354
351 355
352 #ifdef APOLLO 356 #ifdef APOLLO
353 #ifndef APOLLO_SR10 357 #ifndef APOLLO_SR10