diff options
| author | Chong Yidong | 2011-05-08 21:25:35 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-05-08 21:25:35 -0400 |
| commit | f104c116dc368ed89caea8b78bf6f7ebb24f584e (patch) | |
| tree | 5b7db07fb2bc3f442176de3733e8db39ba9af816 | |
| parent | 3a648237a4fa3536beb97340385a68ac1e3b234a (diff) | |
| download | emacs-f104c116dc368ed89caea8b78bf6f7ebb24f584e.tar.gz emacs-f104c116dc368ed89caea8b78bf6f7ebb24f584e.zip | |
Fix last change.
| -rw-r--r-- | etc/compilation.txt | 2 |
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 | ||
| 48 | The regexps found on http://ant.apache.org/faq.html, and since | 48 | The regexps found on http://ant.apache.org/faq.html, and since |
| 49 | integrated in both Emacsen, were hairy. The extra two numbers for | 49 | integrated in both Emacsen, were hairy. The extra two numbers for |
| 50 | jikes are the ending line and ending column, which we don't use. | 50 | jikes 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 |