1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* etc/compilation.txt: Add more samples of output and non-output switches (bug#9319).

This commit is contained in:
Juri Linkov 2011-08-22 16:08:35 +03:00
parent e59e73d83f
commit 4d993e7b54
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-08-22 Juri Linkov <juri@jurta.org>
* compilation.txt: Add more samples of output and non-output
switches (bug#9319).
2011-08-19 Chong Yidong <cyd@stupidchicken.com>
* themes/dichromacy-theme.el:

View File

@ -556,8 +556,10 @@ tool --output foo.o foo.c
tool --output=foo.o foo.c
tool --outfile foo.o foo.c
tool --outfile=foo.o foo.c
tool --omega foo.c
tool --output-html-file foo.c
tool -omega foo.c foo2.c
tool -output-html-file foo.c foo2.c
tool --omega foo.c foo2.c
tool --output-html-file foo.c foo2.c
Compilation started at Wed Jul 20 12:20:10
Compilation interrupt at Wed Jul 20 12:20:10