* progmodes/compile.el (compilation-setup): Fix last fix.

This commit is contained in:
Chong Yidong 2005-11-25 22:07:00 +00:00
parent be1c984450
commit 49d11c492a
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-11-25 Chong Yidong <cyd@stupidchicken.com>
* progmodes/compile.el (compilation-setup): Fix last fix.
2005-11-26 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-info-breakpoints-custom)

View file

@ -1344,6 +1344,7 @@ Optional argument MINOR indicates this is called from
(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)))