]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Package-Requires for bind-{chord,key}.el
authorStefan Kangas <stefankangas@gmail.com>
Thu, 17 Nov 2022 11:05:58 +0000 (12:05 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 17 Nov 2022 11:14:57 +0000 (12:14 +0100)
lisp/use-package/bind-chord.el
lisp/use-package/bind-key.el

index ada84ae6d1a5ac72da03be703f91ace60d3c1f73..ed736a4b966d001723d22eae7794a7ec465b3840 100644 (file)
@@ -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
index 7e4c28770bbdcfc73c4a58dbe19d1ca95ca95a72..5baf94b2b13606db585ae1472c85c92ab2756d5d 100644 (file)
@@ -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)