summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-08-10 23:10:38 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-08-10 23:10:38 +0200
commit594e1e20531ebf1fd8110a2390d772854f0902ba (patch)
tree8cff2b15d349bb9f5f45df7d5c160933513de049
parentab2b4b1f4eb1abe9dbac99d0d6df45108aaef7cd (diff)
Add Package-Version and Package-Requires headers
Emacs 26.1 is needed for `mapcan', but I wouldn't want to support older releases anyway.
-rw-r--r--llama.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/llama.el b/llama.el
index 9858f66..11111a3 100644
--- a/llama.el
+++ b/llama.el
@@ -6,6 +6,9 @@
;; Homepage: https://git.sr.ht/~tarsius/llama
;; Keywords: extensions
+;; Package-Version: 0
+;; Package-Requires: (("emacs" "26.1"))
+
;; SPDX-License-Identifier: GPL-3.0-or-later
;; This file is free software: you can redistribute it and/or modify