aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el3
1 files changed, 3 insertions, 0 deletions
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 @@
69 69
70;;; Code: 70;;; Code:
71 71
72;; This is the parsing engine for compile:
73(require 'font-lock) ; needed to get font-lock-value-in-major-mode
74
72(defgroup compilation nil 75(defgroup compilation nil
73 "Run compiler as inferior of Emacs, parse error messages." 76 "Run compiler as inferior of Emacs, parse error messages."
74 :group 'tools 77 :group 'tools