mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
Require `compile' unconditionally.
This commit is contained in:
parent
5c290b9e68
commit
c3b8339fd7
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue