]> git.eshelyaron.com Git - emacs.git/commit
Flymake checks file names before considering diagnostics
authorJoão Távora <joaotavora@gmail.com>
Thu, 21 Sep 2017 13:45:21 +0000 (14:45 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 3 Oct 2017 12:52:24 +0000 (13:52 +0100)
commit491cc4a1bd68c2f651027982e3dfb7545d3e57ab
treee8407061bae5e37a3b04823d9d59f66d976a40c5
parent8c85ab027eefb352a39d68433f64bfaa1c446856
Flymake checks file names before considering diagnostics

The error patterns for gcc picked up errors for the Makefile itself,
for example.  These shouldn't count as actual errors.

* lisp/progmodes/flymake.el (flymake-report): Check
matching file names.
lisp/progmodes/flymake.el