branch: elpa/alect-themes
commit ba45e20689c6ee4f48c122894f2835f4f6397bb0
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Require 'cl-lib' instead of 'cl-macs'
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index ff66f0d..a00dfea 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -64,7 +64,7 @@
 
 ;;; Code:
 
-(require 'cl-macs)
+(require 'cl-lib)
 
 (defun alect-put-colors (color-name theme-names color-vals var)
   "Put theme colors into the variable VAR.

Reply via email to