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:
parent
24299582eb
commit
b13a305e01
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue