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

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

[nongnu] elpa/autothemer c348fec761 1/6: Add name & description to autot


From: ELPA Syncer
Subject: [nongnu] elpa/autothemer c348fec761 1/6: Add name & description to autothemer--theme struct
Date: Tue, 23 Aug 2022 04:58:10 -0400 (EDT)

branch: elpa/autothemer
commit c348fec761e5db1e04beb7ba9b10811e77da1163
Author: Jason Milkins <jasonm23@gmail.com>
Commit: Jason Milkins <jasonm23@gmail.com>

    Add name & description to autothemer--theme struct
---
 autothemer.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/autothemer.el b/autothemer.el
index 972c50b56e..172ecc8e2d 100644
--- a/autothemer.el
+++ b/autothemer.el
@@ -37,7 +37,7 @@
 
 (cl-defstruct autothemer--color name value)
 
-(cl-defstruct autothemer--theme colors defined-faces)
+(cl-defstruct autothemer--theme colors defined-faces name description)
 
 (defvar autothemer--current-theme nil
   "Internal variable of type `autothemer--theme' used by autothemer.
@@ -105,6 +105,8 @@ bindings within both the REDUCED-SPECS and the BODY."
                                                                                
 :value ,temp-color)))
                                  (setq autothemer--current-theme
                                        (make-autothemer--theme
+                                        :name ,(symbol-name name)
+                                        :description ,description
                                         :colors ,temp-color-structs
                                         :defined-faces ',face-names))))
                            (setq ,face-specs



reply via email to

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