]> git.eshelyaron.com Git - emacs.git/commit
Fix problem where an error would change standard-output
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Aug 2021 11:19:39 +0000 (13:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Aug 2021 11:19:39 +0000 (13:19 +0200)
commit65dd00667ff060cf79fea4b49bfa4d8f7a16ee1f
tree6b6cbe6a7254daeeeaea0e5942b36b6c0ade3085
parent37dbf108938113d1b65912661a0470e5d660e15a
Fix problem where an error would change standard-output

* src/keyboard.c (cmd_error): Don't set
standard-output/standard-input (bug#30529).  Instead bind them
temporarily while handling the error.
src/keyboard.c