diff options
author | João Távora <joaotavora@gmail.com> | 2018-05-11 23:28:40 +0100 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2018-05-12 11:37:48 +0100 |
commit | 934bb475b9a729d0be4d78cd89c1d22d032ee3d7 (patch) | |
tree | 61272381858282ded2cd4958716a2201fe53cf47 /lisp/emacs-lisp | |
parent | b98cf9cdabd710f89eb57645a163fd52db338404 (diff) | |
download | emacs-934bb475b9a729d0be4d78cd89c1d22d032ee3d7.tar.gz emacs-934bb475b9a729d0be4d78cd89c1d22d032ee3d7.tar.bz2 emacs-934bb475b9a729d0be4d78cd89c1d22d032ee3d7.zip |
Fix filesystem littering by Flymake's legacy backend
The Flymake legacy "proc" backend, which is active by default will try
to syntax-check foo.c/foo.cpp and many other types of files, but on
failing to find a suitable Makefile target, will fail. There's
nothing wrong with that except that it used to leave behind the
foo_flymake.c and foo_flymake.cpp auxiliary files behind, littering
the filesystem.
* lisp/progmodes/flymake-proc.el (flymake-proc-legacy-flymake):
Call init-function inside of the unwind-protect.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions