branch: elpa/llama commit 594e1e20531ebf1fd8110a2390d772854f0902ba Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Add Package-Version and Package-Requires headers Emacs 26.1 is needed for `mapcan', but I wouldn't want to support older releases anyway. --- llama.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llama.el b/llama.el index 9858f66f55..11111a34a0 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