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

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

[elpa] externals/fontaine d9d1618d96 1/4: Add :package-version to all de


From: ELPA Syncer
Subject: [elpa] externals/fontaine d9d1618d96 1/4: Add :package-version to all defcustom forms
Date: Wed, 7 Sep 2022 10:57:42 -0400 (EDT)

branch: externals/fontaine
commit d9d1618d968df0fa3e86b21c11cb4bc86b074b1d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add :package-version to all defcustom forms
    
    With this we can inform the user when a variable was introduced or last
    changed.  The information appears in the Help buffers.
---
 fontaine.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/fontaine.el b/fontaine.el
index 2f20511a2e..3e7dfd80ec 100644
--- a/fontaine.el
+++ b/fontaine.el
@@ -250,7 +250,6 @@ Caveats or further notes:
 - Fontaine does not [yet] support Emacs' fontsets for other
   scripts or character sets (e.g. Emoji).  Read the documentation
   in the Info node `(emacs) Modifying Fontsets'."
-  :group 'fontaine
   :type `(alist
           :value-type
           (plist :options
@@ -284,6 +283,8 @@ Caveats or further notes:
 
                   ((const :tag "Line spacing" :line-spacing) ,(get 
'line-spacing 'custom-type))))
           :key-type symbol)
+  :package-version '(fontaine . "0.4.0")
+  :group 'fontaine
   :link '(info-link "(fontaine) Shared and implicit fallback values for 
presets"))
 
 (defcustom fontaine-latest-state-file
@@ -295,6 +296,7 @@ which should be assigned to a hook (e.g. `kill-emacs-hook').
 This is then used to restore the last value with the function
 `fontaine-restore-latest-preset'."
   :type 'file
+  :package-version '(fontaine . "0.1.0")
   :group 'fontaine)
 
 (defcustom fontaine-font-families nil
@@ -331,6 +333,7 @@ combine the other two lists."
           (cons :tag "Variable pitch font families"
                 (const variable-pitch)
                 (repeat string)))
+  :package-version '(fontaine . "0.2.0")
   :group 'fontaine)
 
 ;;;; General utilities



reply via email to

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