diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-08-10 23:10:38 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-08-10 23:10:38 +0200 |
| commit | 594e1e20531ebf1fd8110a2390d772854f0902ba (patch) | |
| tree | 8cff2b15d349bb9f5f45df7d5c160933513de049 | |
| parent | ab2b4b1f4eb1abe9dbac99d0d6df45108aaef7cd (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.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
