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

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

[nongnu] elpa/autothemer 99c94627bd: Require lisp-mnt & subr-x explicitl


From: ELPA Syncer
Subject: [nongnu] elpa/autothemer 99c94627bd: Require lisp-mnt & subr-x explicitly.
Date: Fri, 26 Aug 2022 22:58:16 -0400 (EDT)

branch: elpa/autothemer
commit 99c94627bda8ee0dfdf4dfe7dfb2245b5ef3bb0a
Author: jasonm23 <jasonm23@gmail.com>
Commit: jasonm23 <jasonm23@gmail.com>

    Require lisp-mnt & subr-x explicitly.
---
 autothemer.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/autothemer.el b/autothemer.el
index a73304d6c2..09660c5ded 100644
--- a/autothemer.el
+++ b/autothemer.el
@@ -33,6 +33,8 @@
 ;;; Code:
 (require 'cl-lib)
 (require 'dash)
+(require 'lisp-mnt)
+(require 'subr-x)
 
 (cl-defstruct autothemer--color name value)
 



reply via email to

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