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

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

[nongnu] elpa/lua-mode 37f3c42 306/468: Silence compilation warning abou


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 37f3c42 306/468: Silence compilation warning about referencing a variable from compile.el
Date: Thu, 5 Aug 2021 04:58:58 -0400 (EDT)

branch: elpa/lua-mode
commit 37f3c4284c45cd6c7b85074687c2e1f8e734622e
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    Silence compilation warning about referencing a variable from compile.el
---
 lua-mode.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lua-mode.el b/lua-mode.el
index db12ce5..b098ab7 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -95,6 +95,11 @@
 
 ;; rx-wrappers for Lua
 
+(eval-when-compile
+  ;; Silence compilation warning about `compilation-error-regexp-alist' defined
+  ;; in compile.el.
+  (require 'compile))
+
 (eval-and-compile
   (defvar lua-rx-constituents)
   (defvar rx-parent)



reply via email to

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