branch: externals/denote-sequence
commit e0577c1fc9a9dd9469f69191bc6292c214a6162b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Mark the package version when denote-sequence-scheme was last updated
---
denote-sequence.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/denote-sequence.el b/denote-sequence.el
index 084c3e58b6..685851a2dd 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -95,6 +95,7 @@ first level of depth and then after every third level of
depth, like
and numbers. As such, 1=zx1zza=1 is valid because zx is one level of
depth as is zza, as noted above."
:group 'denote-sequence
+ :package-version '(denote . "0.3.0")
:type '(choice (const :tag "Numeric like 1=1=2" numeric)
(const :tag "Alphanumeric like 1a2" alphanumeric)
(const :tag "Alphanumeric delimited like 1=a2b=a1c"
alphanumeric-delimited)))