emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bind-key 84af5d4487 1/3: Fix Package-Requires for bind-


From: ELPA Syncer
Subject: [elpa] externals/bind-key 84af5d4487 1/3: Fix Package-Requires for bind-{chord, key}.el
Date: Thu, 17 Nov 2022 11:57:29 -0500 (EST)

branch: externals/bind-key
commit 84af5d44870c7c71d301a2f98624f84d7f46962b
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix Package-Requires for bind-{chord,key}.el
---
 bind-chord.el | 2 +-
 bind-key.el   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bind-chord.el b/bind-chord.el
index ada84ae6d1..ed736a4b96 100644
--- a/bind-chord.el
+++ b/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/bind-key.el b/bind-key.el
index 7e4c28770b..5baf94b2b1 100644
--- a/bind-key.el
+++ b/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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]