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:
parent
e59e73d83f
commit
4d993e7b54
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user