diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 12:05:58 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 12:14:57 +0100 |
commit | 06f92d1cc0763d2a825cb063c4f45499156506ef (patch) | |
tree | 0df0a75e252c062577f7914c43c27520da8ae016 /lisp/use-package/bind-key.el | |
parent | e42c8479ec68fd84e57809b5375a7e6fe270cb55 (diff) | |
download | emacs-06f92d1cc0763d2a825cb063c4f45499156506ef.tar.gz emacs-06f92d1cc0763d2a825cb063c4f45499156506ef.tar.bz2 emacs-06f92d1cc0763d2a825cb063c4f45499156506ef.zip |
Fix Package-Requires for bind-{chord,key}.el
Diffstat (limited to 'lisp/use-package/bind-key.el')
-rw-r--r-- | lisp/use-package/bind-key.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 7e4c28770bb..5baf94b2b13 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -6,6 +6,7 @@ ;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Created: 16 Jun 2012 ;; Version: 2.4.1 +;; Package-Requires: ((emacs "24.3")) ;; Keywords: keys keybinding config dotemacs ;; URL: https://github.com/jwiegley/use-package @@ -516,8 +517,7 @@ function symbol (unquoted)." (command-desc (get-binding-description command)) (was-command-desc (and was-command (get-binding-description was-command))) - (at-present-desc (get-binding-description at-present)) - ) + (at-present-desc (get-binding-description at-present))) (let ((line (format (format "%%-%ds%%-%ds%%s\n" (car bind-key-column-widths) |