]> git.eshelyaron.com Git - emacs.git/commit
More carefully cleanup Flymake C/C++ backend's temp buffers
authorJoão Távora <joaotavora@gmail.com>
Thu, 28 Mar 2019 18:04:35 +0000 (18:04 +0000)
committerJoão Távora <joaotavora@gmail.com>
Tue, 2 Jul 2019 15:09:59 +0000 (16:09 +0100)
commit1bf5be5d37f5bd72aecd2ee266d069d9a9cafc10
treecb6fe6bd6efd6fbdc5d922d8d17ab8917ddf9a09
parent1625fc184bebf0ce3c2782563aaa4029cdc95f3d
More carefully cleanup Flymake C/C++ backend's temp buffers

Sometimes the Flymake process dies by some means that doesn't involve
a sentinel call for the "exit" status, so we clean up the temporary
buffer as soon as we notice it's not process-alive-p anymore.

* lisp/progmodes/flymake-cc.el (flymake-cc): Broaden cleanup
conditions.
lisp/progmodes/flymake-cc.el