Don't highlight "Compiling file" messages as error.
2006-07-17 Chong Yidong <cyd@stupidchicken.com>
+ * progmodes/compile.el (compilation-mode-font-lock-keywords):
+ Don't highlight "Compiling file" messages as error.
+
* dired-aux.el (dired-compress-file): Confirm again if gzipped
file already exists.
'(;; Don't highlight this as a compilation message.
("^Compilation started at.*"
(0 '(face nil message nil help-echo nil mouse-face nil) t))
+ ("^Compiling file .*"
+ (0 '(face nil message nil help-echo nil mouse-face nil) t))
;; configure output lines.
("^[Cc]hecking \\(?:[Ff]or \\|[Ii]f \\|[Ww]hether \\(?:to \\)?\\)?\\(.+\\)\\.\\.\\. *\\(?:(cached) *\\)?\\(\\(yes\\(?: .+\\)?\\)\\|no\\|\\(.*\\)\\)$"
(1 font-lock-variable-name-face)