From: Jonas Bernoulli Date: Wed, 15 Apr 2020 18:28:21 +0000 (+0200) Subject: emacs: Explicitly depend on Emacs 24 X-Git-Tag: archive/debian/0.30_rc0-1~47 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e02bb7e9fdbc96c66f32ce531509824f8afd4686 emacs: Explicitly depend on Emacs 24 We use various things that were not available in earlier versions. --- 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")))