aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-05-08 21:25:35 -0400
committerChong Yidong2011-05-08 21:25:35 -0400
commitf104c116dc368ed89caea8b78bf6f7ebb24f584e (patch)
tree5b7db07fb2bc3f442176de3733e8db39ba9af816
parent3a648237a4fa3536beb97340385a68ac1e3b234a (diff)
downloademacs-f104c116dc368ed89caea8b78bf6f7ebb24f584e.tar.gz
emacs-f104c116dc368ed89caea8b78bf6f7ebb24f584e.zip
Fix last change.
-rw-r--r--etc/compilation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt
index f8b1c16f1ca..8e19222143a 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -47,7 +47,7 @@ symbol: ant
47 47
48The regexps found on http://ant.apache.org/faq.html, and since 48The regexps found on http://ant.apache.org/faq.html, and since
49integrated in both Emacsen, were hairy. The extra two numbers for 49integrated in both Emacsen, were hairy. The extra two numbers for
50jikes are the ending line and ending column, which we don't use. 50jikes are the ending line and ending column.
51 51
52 [javac] /src/DataBaseTestCase.java:27: unreported exception ... 52 [javac] /src/DataBaseTestCase.java:27: unreported exception ...
53 [javac] /src/DataBaseTestCase.java:49: warning: finally clause cannot complete normally 53 [javac] /src/DataBaseTestCase.java:49: warning: finally clause cannot complete normally