From: Chong Yidong Date: Fri, 25 Nov 2005 22:07:00 +0000 (+0000) Subject: * progmodes/compile.el (compilation-setup): Fix last fix. X-Git-Tag: emacs-pretest-22.0.90~5674 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49d11c492a0fe7e942e645e78583ee84c609f8a3;p=emacs.git * progmodes/compile.el (compilation-setup): Fix last fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a63d361c21..739a33b80a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 4147190f515..5faa21d75a2 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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)))