Mercurial > emacs
changeset 9473:b0cc803bf367
* compile.el: (compilation-mode): Set font-lock-defaults.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Wed, 12 Oct 1994 08:13:56 +0000 |
parents | 06623e3543db |
children | 9791aad17859 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Wed Oct 12 08:06:09 1994 +0000 +++ b/lisp/progmodes/compile.el Wed Oct 12 08:13:56 1994 +0000 @@ -478,8 +478,8 @@ (setq major-mode 'compilation-mode mode-name "Compilation") (compilation-setup) - (set (make-local-variable 'font-lock-keywords) - compilation-mode-font-lock-keywords) + (set (make-local-variable 'font-lock-defaults) + '(compilation-mode-font-lock-keywords t)) (run-hooks 'compilation-mode-hook)) ;; Prepare the buffer for the compilation parsing commands to work.