From: Stefan Kangas Date: Sat, 15 Jun 2024 14:31:14 +0000 (+0200) Subject: Bump `which-key` minimum Emacs version to 25.1 X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~983^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f2077bca79ef96cdd8ccb840623a62824d6e15bc;p=emacs.git Bump `which-key` minimum Emacs version to 25.1 * lisp/which-key.el: Bump minimum required Emacs version to 25.1 since the package depends on `universal-argument--description'. This was detected by package-lint. --- diff --git a/lisp/which-key.el b/lisp/which-key.el index 6d61bfde642..cac23c88d74 100644 --- a/lisp/which-key.el +++ b/lisp/which-key.el @@ -5,7 +5,7 @@ ;; Author: Justin Burkett ;; Maintainer: Justin Burkett ;; Version: 3.6.0 -;; Package-Requires: ((emacs "24.4")) +;; Package-Requires: ((emacs "25.1")) ;; This file is part of GNU Emacs.