branch: externals/gnorb
commit 64e72d640f3757e4db978274d45989d255fd3e8e
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
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