branch: elpa/isl
commit 41499f85e273ce329eac233928c089bab1226f42
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Use eval-when compile to require cl-lib is enough
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 3ee36f0051e..4e72852dccb 100644
--- a/isl.el
+++ b/isl.el
@@ -29,7 +29,7 @@
;;; Code:
-(require 'cl-lib)
+(eval-when-compile (require 'cl-lib))
;; Compatibility
(unless (and (fboundp 'pos-bol) (fboundp 'pos-eol))