emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dart-mode 1c9da5a 087/192: Explicitly load compile.el so t


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode 1c9da5a 087/192: Explicitly load compile.el so that the compilation-error-regexp-* variables are defined (#41)
Date: Sun, 29 Aug 2021 11:01:56 -0400 (EDT)

branch: elpa/dart-mode
commit 1c9da5a7fdbdb703f7dffc9da81abef010e897e4
Author: Philipp <phil07c1@gmail.com>
Commit: Natalie Weizenbaum <nweiz@google.com>

    Explicitly load compile.el so that the compilation-error-regexp-* variables 
are defined (#41)
    
    This fixes compiler warnings about these variables.
---
 dart-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dart-mode.el b/dart-mode.el
index 6fa8391..912d70d 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]