[PATCH 3/4] emacs: Explicitly depend on Emacs 24
Jonas Bernoulli
jonas at bernoul.li
Wed Apr 15 11:28:21 PDT 2020
We use various things that were not available in earlier versions.
---
emacs/notmuch-pkg.el.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/notmuch-pkg.el.tmpl b/emacs/notmuch-pkg.el.tmpl
index de97baac..3eb0e04e 100644
--- a/emacs/notmuch-pkg.el.tmpl
+++ b/emacs/notmuch-pkg.el.tmpl
@@ -3,4 +3,4 @@
"notmuch"
%VERSION%
"Emacs based front-end (MUA) for notmuch"
- nil)
+ '((emacs "24")))
--
2.26.0
More information about the notmuch
mailing list