Skip to content

Commit

Permalink
Explicitly load compile.el so that the compilation-error-regexp-* var…
Browse files Browse the repository at this point in the history
…iables are defined (#41)

This fixes compiler warnings about these variables.
  • Loading branch information
phst authored and nex3 committed May 20, 2017
1 parent 35a794c commit 1c9da5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dart-mode.el
Expand Up @@ -90,6 +90,7 @@
(eval-and-compile (c-add-language 'dart-mode 'java-mode))

(require 'cl-lib)
(require 'compile)
(require 'dash)
(require 'flycheck)
(require 'json)
Expand Down

0 comments on commit 1c9da5a

Please sign in to comment.