From 06f92d1cc0763d2a825cb063c4f45499156506ef Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 17 Nov 2022 12:05:58 +0100 Subject: [PATCH] Fix Package-Requires for bind-{chord,key}.el --- lisp/use-package/bind-chord.el | 2 +- lisp/use-package/bind-key.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/use-package/bind-chord.el b/lisp/use-package/bind-chord.el index ada84ae6d1a..ed736a4b966 100644 --- a/lisp/use-package/bind-chord.el +++ b/lisp/use-package/bind-chord.el @@ -6,7 +6,7 @@ ;; Keywords: convenience, tools, extensions ;; URL: https://github.com/jwiegley/use-package ;; Version: 0.2.1 -;; Package-Requires: ((bind-key "1.0") (key-chord "0.6")) +;; Package-Requires: ((emacs "24.3") (bind-key "1.0") (key-chord "0.6")) ;; Filename: bind-chord.el ;; This program is free software; you can redistribute it and/or modify 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 ;; 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) -- 2.39.2