From: Daniel Pfeiffer Date: Sun, 28 Mar 2004 13:23:39 +0000 (+0000) Subject: restore (require 'font-lock) which is still needed X-Git-Tag: ttn-vms-21-2-B4~7057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b13a305e0142006aa4f4450dfb86818d39b32ee3;p=emacs.git restore (require 'font-lock) which is still needed --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index b49c16e1314..8415fd2050e 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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