]> 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>
Mon, 2 Oct 2017 23:53:11 +0000 (00:53 +0100)
commit4f7d5681226213cd74031af01c6716fc9af70d77
tree5c815d6719308f6cd6a0f24b87651a9839dfcff8
parent935712065344574a1105580a8b3f7bc69d49bc9d
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