1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

restore (require 'font-lock) which is still needed

This commit is contained in:
Daniel Pfeiffer 2004-03-28 13:23:39 +00:00
parent 24299582eb
commit b13a305e01

View file

@ -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