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

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

[nongnu] elpa/alect-themes ba45e20 214/269: Require 'cl-lib' instead of


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes ba45e20 214/269: Require 'cl-lib' instead of 'cl-macs'
Date: Thu, 21 Oct 2021 17:59:21 -0400 (EDT)

branch: elpa/alect-themes
commit ba45e20689c6ee4f48c122894f2835f4f6397bb0
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    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

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