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

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

[elpa] externals/ef-themes 2233cf056b 5/5: Add :package-version to all d


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 2233cf056b 5/5: Add :package-version to all def{custom, face}
Date: Sat, 20 Aug 2022 01:57:45 -0400 (EDT)

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

    Add :package-version to all def{custom,face}
---
 ef-themes.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index e877908c20..74eac1e4cf 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -74,6 +74,7 @@
 This is used by the commands `ef-themes-select' and
 `ef-themes-load-random'."
   :type 'hook
+  :package-version '(ef-themes . "0.2.0")
   :group 'ef-themes)
 
 (defcustom ef-themes-to-toggle nil
@@ -91,6 +92,7 @@ themes that form part of this collection."
                         ,@(mapcar (lambda (theme)
                                     (list 'const theme))
                                   ef-themes-collection))))
+  :package-version '(ef-themes . "0.3.0")
   :group 'ef-themes)
 
 (defconst ef-themes-weights
@@ -446,10 +448,12 @@ Helper function for `ef-themes-preview-colors'."
   (custom-declare-face
     (intern (format "ef-themes-heading-%d" n))
     nil (format "Used for level %d heading." n)
+    :package-version '(ef-themes . "0.3.0")
     :group 'ef-themes-faces))
 
 (defface ef-themes-key-binding nil
   "Face for key bindings."
+  :package-version '(ef-themes . "0.3.0")
   :group 'ef-themes-faces)
 
 (defconst ef-themes-faces



reply via email to

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