projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1efbc8f
)
Bump `which-key` minimum Emacs version to 25.1
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 15 Jun 2024 14:31:14 +0000
(16:31 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 15 Jun 2024 14:33:09 +0000
(16:33 +0200)
* 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
patch
|
blob
|
history
diff --git
a/lisp/which-key.el
b/lisp/which-key.el
index 6d61bfde642ccb64d11bbbced80b316c508e73cb..cac23c88d742aa05938dec498ef3abb9b5ede17f 100644
(file)
--- a/
lisp/which-key.el
+++ b/
lisp/which-key.el
@@
-5,7
+5,7
@@
;; Author: Justin Burkett <justin@burkett.cc>
;; Maintainer: Justin Burkett <justin@burkett.cc>
;; Version: 3.6.0
-;; Package-Requires: ((emacs "2
4.4
"))
+;; Package-Requires: ((emacs "2
5.1
"))
;; This file is part of GNU Emacs.