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

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

[elpa] externals/ef-themes a221ae2672: Use the correct 'require' calls


From: ELPA Syncer
Subject: [elpa] externals/ef-themes a221ae2672: Use the correct 'require' calls
Date: Wed, 17 Aug 2022 12:57:56 -0400 (EDT)

branch: externals/ef-themes
commit a221ae267244c288e3c3e98c6d04d5233808064e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use the correct 'require' calls
---
 ef-themes.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 0a305eda9e..6612619dd3 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -36,9 +36,8 @@
 
 
 
-(eval-when-compile
-  (require 'cl-lib)
-  (require 'subr-x))
+(require 'seq)
+(eval-when-compile (require 'subr-x))
 
 (defgroup ef-themes ()
   "Colorful and legible themes."



reply via email to

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