diff lisp/progmodes/compile.el @ 67126:ed2c1481cde9

* progmodes/compile.el (compilation-setup): Fix last fix.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Nov 2005 22:07:00 +0000
parents 146389d32df6
children 6355aeca71ad
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Fri Nov 25 21:34:03 2005 +0000
+++ b/lisp/progmodes/compile.el	Fri Nov 25 22:07:00 2005 +0000
@@ -1344,6 +1344,7 @@
 	      (font-lock-change-mode)
 	      (turn-on-font-lock))
 	  (turn-on-font-lock)))
+    (setq font-lock-defaults '(compilation-mode-font-lock-keywords t))
     ;; maybe defer font-lock till after derived mode is set up
     (run-mode-hooks 'compilation-turn-on-font-lock)))