diff options
| author | Dan Nicolaescu | 2009-02-04 13:36:59 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-02-04 13:36:59 +0000 |
| commit | bec18736a1ff5ce11ffa03927380fd6eed403171 (patch) | |
| tree | 95cf2dcc9bfbc1ef986df5d1dbe0e15444b24c53 | |
| parent | 5e581108a6b3c46a7813316883eef8330ea83183 (diff) | |
| download | emacs-bec18736a1ff5ce11ffa03927380fd6eed403171.tar.gz emacs-bec18736a1ff5ce11ffa03927380fd6eed403171.zip | |
(gnu): Add an example for the "note" format.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/compilation.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 7385577b18b..45ecf6cbac2 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * compilation.txt (gnu): Add an example for the "note" format. | ||
| 4 | |||
| 1 | 2009-02-04 Jason Rumney <jasonr@gnu.org> | 5 | 2009-02-04 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * PROBLEMS (CPP): Note problem with resource compiler of MSVC. | 7 | * PROBLEMS (CPP): Note problem with resource compiler of MSVC. |
diff --git a/etc/compilation.txt b/etc/compilation.txt index 132f37859a4..ed1f1c1b4f1 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -210,6 +210,7 @@ foo.c:8: message | |||
| 210 | foo/bar.py:8: FutureWarning message | 210 | foo/bar.py:8: FutureWarning message |
| 211 | foo.py:8: RuntimeWarning message | 211 | foo.py:8: RuntimeWarning message |
| 212 | foo.c:8:I: message | 212 | foo.c:8:I: message |
| 213 | foo.c:8.23: note: message | ||
| 213 | foo.c:8.23: info: message | 214 | foo.c:8.23: info: message |
| 214 | foo.c:8:23:information: message | 215 | foo.c:8:23:information: message |
| 215 | foo.c:8.23-45: Informational: message | 216 | foo.c:8.23-45: Informational: message |