Remove cleverness for SIGTERM and SIGHUP.
authorChris Hanson <org/chris-hanson/cph>
Sat, 16 Mar 2019 05:15:58 +0000 (22:15 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sat, 16 Mar 2019 05:44:58 +0000 (22:44 -0700)
commitc17f66f7924dc2008228891bf0e6997606926b4f
tree64c381a340b077656d73cf78e83b7af0c27869ae
parentd969b9bbceb5abfbfa1fa929a4a96dd4f7a81ffd
Remove cleverness for SIGTERM and SIGHUP.

SIGTERM shouldn't be caught; instead just leave the default behavior.  SIGHUP is
sent by Emacs when the *scheme* buffer is killed; it must kill the process or
we're left with a detached process.
src/microcode/uxsig.c