aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-17 03:00:56 +0000
committerRichard M. Stallman1994-02-17 03:00:56 +0000
commit93e74a71b7b00bcbce0b2e4c0fe132ded3163d90 (patch)
tree8bef07aa1e2320f113abac700d2ca93fad901369 /src
parent0ba736093658ba2634b8d567dcec82181a998652 (diff)
downloademacs-93e74a71b7b00bcbce0b2e4c0fe132ded3163d90.tar.gz
emacs-93e74a71b7b00bcbce0b2e4c0fe132ded3163d90.zip
(main): Test BSD_PGRPS, not BSD.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 470af25d201..d80a2439b2c 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -420,7 +420,7 @@ main (argc, argv, envp)
420 420
421 clearerr (stdin); 421 clearerr (stdin);
422 422
423#ifdef BSD 423#ifdef BSD_PGRPS
424 if (initialized) 424 if (initialized)
425 { 425 {
426 inherited_pgroup = EMACS_GETPGRP (0); 426 inherited_pgroup = EMACS_GETPGRP (0);