branch: elpa/moe-theme
commit 697864d14f4b620f1be579a975bf97b769d2199e
Author: zakaria <[email protected]>
Commit: GitHub <[email protected]>

    Chnage for using cl to cl-lib, cl is deprecated (#113)
---
 moe-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moe-theme.el b/moe-theme.el
index 0901c2ce31..12101e74c8 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -25,7 +25,7 @@
 
 (require 'moe-light-theme)
 (require 'moe-dark-theme)
-(require 'cl)
+(require 'cl-lib)
 
 ;; ======================================================
 ;; Buffer ID

Reply via email to