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

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

[nongnu] elpa/dart-mode 64a573f 010/192: Require 'cl when compiling.


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode 64a573f 010/192: Require 'cl when compiling.
Date: Sun, 29 Aug 2021 11:01:40 -0400 (EDT)

branch: elpa/dart-mode
commit 64a573f4209696db16a2aaa1d1fbeba7eb3c8f43
Author: Nathan Weizenbaum <nweiz@google.com>
Commit: Nathan Weizenbaum <nweiz@google.com>

    Require 'cl when compiling.
---
 dart-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dart-mode.el b/dart-mode.el
index 1498a34..dd0b8b2 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -23,6 +23,7 @@
 ;;; Code:
 
 (require 'cc-mode)
+(eval-when-compile (require 'cl))
 
 (eval-and-compile (c-add-language 'dart-mode 'java-mode))
 



reply via email to

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