diff --git a/etc/compilation.txt b/etc/compilation.txt index ed1f1c1b4f1..610f9b7f068 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -241,6 +241,13 @@ makepp: bla bla `/foo/Makeppfile:12' bla makepp: bla bla `/foo/bar.c' and `/foo/bar.h' +* maven 2.0.9 + +symbol: maven + +FooBar.java:[111,53] no interface expected here + + * MIPS lint; looks good for SunPro lint also symbols: mips-1 mips-2 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2950b0ba5c..2fc4d1ee310 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-02-19 Nick Roberts + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Move entry for maven (alphabetical order). + 2009-02-19 Glenn Morris * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.