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

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

[elpa] externals/bind-key 9090080b15 3/3: Merge pull request #1024 from


From: ELPA Syncer
Subject: [elpa] externals/bind-key 9090080b15 3/3: Merge pull request #1024 from skangas/package-requires
Date: Thu, 17 Nov 2022 11:57:29 -0500 (EST)

branch: externals/bind-key
commit 9090080b15486c3e337be254226efe7e5fde4c99
Merge: f23d1d9a5a 5576e408cc
Author: John Wiegley <johnw@newartisans.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #1024 from skangas/package-requires
---
 bind-chord.el  | 2 +-
 bind-key.el    | 6 +++---
 use-package.el | 2 +-
 3 files changed, 5 insertions(+), 5 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..3168f686a0 100644
--- a/bind-key.el
+++ b/bind-key.el
@@ -6,7 +6,8 @@
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
 ;; Created: 16 Jun 2012
 ;; Version: 2.4.1
-;; Keywords: keys keybinding config dotemacs
+;; Package-Requires: ((emacs "24.3"))
+;; Keywords: keys keybinding config dotemacs extensions
 ;; URL: https://github.com/jwiegley/use-package
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -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)
diff --git a/use-package.el b/use-package.el
index 04befb7e46..bafa0934a6 100644
--- a/use-package.el
+++ b/use-package.el
@@ -7,7 +7,7 @@
 ;; Created: 17 Jun 2012
 ;; Version: 2.4.4
 ;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
-;; Keywords: dotemacs startup speed config package
+;; Keywords: dotemacs startup speed config package extensions
 ;; URL: https://github.com/jwiegley/use-package
 
 ;; This program is free software; you can redistribute it and/or modify



reply via email to

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