comparison lisp/progmodes/compile.el @ 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 69f903f9844f
comparison
equal deleted inserted replaced
54610:3ae52d0dfe0b 54611:de6a49fa243c
66 ;; These are the value of the `message' text-properties in the compilation 66 ;; These are the value of the `message' text-properties in the compilation
67 ;; buffer. 67 ;; buffer.
68 68
69 69
70 ;;; Code: 70 ;;; Code:
71
72 ;; This is the parsing engine for compile:
73 (require 'font-lock) ; needed to get font-lock-value-in-major-mode
71 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
75 :group 'processes) 78 :group 'processes)