]> git.eshelyaron.com Git - emacs.git/commit
Prevent subprocess hangs in xwidget
authorPo Lu <luangruo@yahoo.com>
Wed, 17 Nov 2021 13:30:20 +0000 (21:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 17 Nov 2021 13:32:52 +0000 (21:32 +0800)
commit3b2421e6a7218b128c45ec2dd1f65a24d178093a
treeded914550c3a841c8dfd7fa0e5010707d3d80482
parent0fbe543bc1a7cc3e9198eb0d8fc4b248ff0701e6
Prevent subprocess hangs in xwidget

* src/xwidget.c (Fmake_xwidget, Fxwidget_webkit_goto_url): Use
`catch_child_signal' instead of trying to preserve the previous
signal handler.
src/xwidget.c