]> git.eshelyaron.com Git - emacs.git/commit
Support GNU make error messages in compile mode.
authorPaul Smith <psmith@gnu.org>
Sat, 5 Oct 2019 19:29:04 +0000 (12:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Oct 2019 19:33:23 +0000 (12:33 -0700)
commite72e4990f99c5d56502d304f448a410bb17d12d7
tree980dd81c634c24535d949b4cd9fc2741e20aaf56
parent4f2de56830ea25d812b05c954abd0600a012f9ef
Support GNU make error messages in compile mode.

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Match GNU make error messages.
* test/lisp/progmodes/compile-tests.el (compile-tests--test-regexps-data):
Test GNU make error message matching.
(compile-test-error-regexps): Update count of infos found.
lisp/progmodes/compile.el
test/lisp/progmodes/compile-tests.el