Mercurial > emacs
changeset 54611:de6a49fa243c
restore (require 'font-lock) which is still needed
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Sun, 28 Mar 2004 13:23:39 +0000 |
parents | 3ae52d0dfe0b |
children | ce6a58ba4c84 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Sun Mar 28 08:32:16 2004 +0000 +++ b/lisp/progmodes/compile.el Sun Mar 28 13:23:39 2004 +0000 @@ -69,6 +69,9 @@ ;;; Code: +;; This is the parsing engine for compile: +(require 'font-lock) ; needed to get font-lock-value-in-major-mode + (defgroup compilation nil "Run compiler as inferior of Emacs, parse error messages." :group 'tools