mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/progmodes/compile.el (compilation-mode-font-lock-keywords):
Don't confuse -omega as "-o mega".
This commit is contained in:
parent
11a5db4a62
commit
77b143ebc1
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk>
|
||||
|
||||
* progmodes/compile.el (compilation-mode-font-lock-keywords):
|
||||
Don't confuse -omega as "-o mega".
|
||||
|
||||
2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc/log-edit.el (log-edit-rewrite-fixes): New var.
|
||||
|
|
|
|||
|
|
@ -543,7 +543,7 @@ you may also want to change `compilation-page-delimiter'.")
|
|||
;; Command output lines. Recognize `make[n]:' lines too.
|
||||
("^\\([[:alnum:]_/.+-]+\\)\\(\\[\\([0-9]+\\)\\]\\)?[ \t]*:"
|
||||
(1 font-lock-function-name-face) (3 compilation-line-face nil t))
|
||||
(" --?o\\(?:utfile\\|utput\\)?[= ]?\\(\\S +\\)" . 1)
|
||||
(" -\\(?:o[= ]?\\|-\\(?:outfile\\|output\\)[= ]\\)\\(\\S +\\)" . 1)
|
||||
("^Compilation \\(finished\\).*"
|
||||
(0 '(face nil message nil help-echo nil mouse-face nil) t)
|
||||
(1 compilation-info-face))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue