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:15:58 +0000 (22:15 -0700)
commit75ff625bd63227023ae1e1f58ec3a05e20c90427
tree308ef9d6405d61a5995f83df9dc93e13e4ec7075
parent414b602168939c53317c364f6eb3d30fde5a7cca
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