From f2077bca79ef96cdd8ccb840623a62824d6e15bc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 15 Jun 2024 16:31:14 +0200 Subject: [PATCH] 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. --- lisp/which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2