Require `compile' unconditionally.

This commit is contained in:
Richard M. Stallman 2005-09-09 01:24:15 +00:00
parent 5c290b9e68
commit c3b8339fd7

View file

@ -960,8 +960,7 @@ Convert it to flymake internal format."
(setq converted-list (cons (list regexp file line col) converted-list)))))
converted-list))
(eval-when-compile
(require 'compile))
(require 'compile)
(defvar flymake-err-line-patterns ; regexp file-idx line-idx col-idx (optional) text-idx(optional), match-end to end of string is error text
(append