diff options
| author | Juri Linkov | 2011-08-22 15:46:45 +0300 |
|---|---|---|
| committer | Juri Linkov | 2011-08-22 15:46:45 +0300 |
| commit | 56ee679c7f363b2ea9caf070535c0696a3af7b66 (patch) | |
| tree | 367e49170306d4ab90a8184ed65960953587f52e /etc | |
| parent | 262a14396ddccb01d20882345608e1f203cbe65b (diff) | |
| download | emacs-56ee679c7f363b2ea9caf070535c0696a3af7b66.tar.gz emacs-56ee679c7f363b2ea9caf070535c0696a3af7b66.zip | |
* lisp/progmodes/compile.el (compilation-mode-font-lock-keywords):
Revert regexp that highlights output switches to its old
pre-2010-10-28 value and remove one `?' from it (bug#9319).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/compilation.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt index 888c1f94c33..2e452b58c8d 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -546,9 +546,18 @@ checking whether to build shared libraries... yes | |||
| 546 | checking whether -lc should be explicitly linked in... (cached) no | 546 | checking whether -lc should be explicitly linked in... (cached) no |
| 547 | checking For GLIB - version >= 2.0.0... yes (version 2.1.0) | 547 | checking For GLIB - version >= 2.0.0... yes (version 2.1.0) |
| 548 | checking FONTCONFIG_CFLAGS... | 548 | checking FONTCONFIG_CFLAGS... |
| 549 | g++ -o foo.o foo.cc | 549 | tool -o foo.o foo.c |
| 550 | tool1 -output=foo foo.x | 550 | tool -o=foo.o foo.c |
| 551 | tool2 --outfile foo foo.y | 551 | tool -output foo.o foo.c |
| 552 | tool -output=foo.o foo.c | ||
| 553 | tool -outfile foo.o foo.c | ||
| 554 | tool -outfile=foo.o foo.c | ||
| 555 | tool --output foo.o foo.c | ||
| 556 | tool --output=foo.o foo.c | ||
| 557 | tool --outfile foo.o foo.c | ||
| 558 | tool --outfile=foo.o foo.c | ||
| 559 | tool --omega foo.c | ||
| 560 | tool --output-html-file foo.c | ||
| 552 | 561 | ||
| 553 | Compilation started at Wed Jul 20 12:20:10 | 562 | Compilation started at Wed Jul 20 12:20:10 |
| 554 | Compilation interrupt at Wed Jul 20 12:20:10 | 563 | Compilation interrupt at Wed Jul 20 12:20:10 |