# HG changeset patch # User Chong Yidong # Date 1132956420 0 # Node ID ed2c1481cde9a65f530efb66c9b488c1f0e8b4e3 # Parent 39c6d2fd1f63f52da23c08430c55cacec6cc68cf * progmodes/compile.el (compilation-setup): Fix last fix. diff -r 39c6d2fd1f63 -r ed2c1481cde9 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 25 21:34:03 2005 +0000 +++ b/lisp/ChangeLog Fri Nov 25 22:07:00 2005 +0000 @@ -1,3 +1,7 @@ +2005-11-25 Chong Yidong + + * progmodes/compile.el (compilation-setup): Fix last fix. + 2005-11-26 Nick Roberts * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) diff -r 39c6d2fd1f63 -r ed2c1481cde9 lisp/progmodes/compile.el --- 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)))