branch: elpa/dart-mode
commit 64a573f4209696db16a2aaa1d1fbeba7eb3c8f43
Author: Nathan Weizenbaum <[email protected]>
Commit: Nathan Weizenbaum <[email protected]>

    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