]> git.eshelyaron.com Git - emacs.git/commit
Flush all output streams before aborting
authorPhilipp Stephani <phst@google.com>
Mon, 12 Jun 2017 14:39:15 +0000 (16:39 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 12 Jun 2017 14:39:15 +0000 (16:39 +0200)
commitd29a9dae71395fccd419973e9c88f97af744581f
tree29e343d74a92921c9ea151944c47ad2d98251d5e
parent655439b71e25076dab83e8cfe65ef13696ac9a2e
Flush all output streams before aborting

Maybe the stdout buffer still contains something interesting that
should be flushed.

* src/emacs-module.c (module_abort): Flush all output streams before
aborting.
src/emacs-module.c