branch: externals/modus-themes
commit 97c23e87d8bb2a0a3ccdec3e79dcb004f8f1af1f
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Require cl-lib at compile time for cl-defgeneric and cl-defmethod
    
    I think we do not need this for newer versions of Emacs, but it does
    no harm, anyway.
---
 modus-themes.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 9d0dc91a14..523f130911 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -36,7 +36,9 @@
 
 
 
-(eval-when-compile (require 'subr-x))
+(eval-when-compile
+  (require 'subr-x)
+  (require 'cl-lib))
 
 (defgroup modus-themes ()
   "User options for the Modus themes.

Reply via email to