branch: externals/iterators
commit 0991313474e32598fec7b7723745e60001925144
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* iterators/iterators.el: Don't need cl-lib at run-time.
---
iterators.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iterators.el b/iterators.el
index 5eff8df..c951374 100644
--- a/iterators.el
+++ b/iterators.el
@@ -32,7 +32,7 @@
;;; Code:
-(require 'cl-lib)
+(eval-when-compile (require 'cl-lib))
(require 'generator)