Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b026af49
Commit
b026af49
authored
Jan 14, 1994
by
Richard M. Stallman
Browse files
(main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.
parent
ca33ccb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/emacs.c
src/emacs.c
+4
-0
No files found.
src/emacs.c
View file @
b026af49
...
...
@@ -346,6 +346,10 @@ main (argc, argv, envp)
inherited_pgroup
=
EMACS_GETPGRP
(
0
);
setpgrp
(
0
,
getpid
());
}
#else
#if defined (USG5) && defined (INTERRUPT_INPUT)
setpgrp
();
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment