mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
* lisp/progmodes/flymake.el (flymake-warning-predicate): New. (flymake-parse-line): Use it. (flymake-warning-re): Make obsolete alias to `flymake-warning-predicate'. * doc/misc/flymake.texi (Parsing the output, Customizable variables): Add reference to `flymake-warning-predicate'. * test/automated/flymake-tests.el: * test/automated/flymake/warnpred/Makefile * test/automated/flymake/warnpred/test.c * test/automated/flymake/warnpred/test.pl: New files. Fixes: debbugs:14217
8 lines
101 B
Makefile
8 lines
101 B
Makefile
# Makefile for flymake tests
|
|
|
|
CC_OPTS = -Wall
|
|
|
|
check-syntax:
|
|
$(CC) $(CC_OPTS) ${CHK_SOURCES}
|
|
|
|
# eof
|