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

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

[elpa] externals/gnorb 64e72d6 360/449: Use :package-version, not :versi


From: Stefan Monnier
Subject: [elpa] externals/gnorb 64e72d6 360/449: Use :package-version, not :version, on defcustom
Date: Fri, 27 Nov 2020 23:16:11 -0500 (EST)

branch: externals/gnorb
commit 64e72d640f3757e4db978274d45989d255fd3e8e
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Use :package-version, not :version, on defcustom
    
    * gnorb-org.el (gnorb-org-trigger-actions): It's gnorb's version that
      matters.
---
 gnorb-org.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnorb-org.el b/gnorb-org.el
index bd787db..9335cf6 100644
--- a/gnorb-org.el
+++ b/gnorb-org.el
@@ -86,7 +86,10 @@ list of three elements: a character key, a string tag and a
 symbol indicating a custom function.  The custom function will be
 called on the heading in question, and passed a plist containing
 information about the message from which we're triggering."
-:group 'gnorb-org :type 'list :version "1.1.3")
+
+  :group 'gnorb-org
+  :type 'list
+  :package-version '(gnorb . "1.1.3"))
 
 (defcustom gnorb-org-msg-id-key "GNORB_MSG_ID"
   "The name of the org property used to store the Message-IDs



reply via email to

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