diff options
author | Payas Relekar <relekarpayas@gmail.com> | 2022-10-28 10:37:18 +0530 |
---|---|---|
committer | Payas Relekar <relekarpayas@gmail.com> | 2022-10-28 10:37:18 +0530 |
commit | 2ee9b31ca4bde97999eedd444430afdb5dbf1cad (patch) | |
tree | 82aea8349ad904d5bb0cab468f990cc7d8e50ff2 /lisp | |
parent | 407b1bf4f01e562ff1000286a77bb10cf2d0069d (diff) | |
download | emacs-2ee9b31ca4bde97999eedd444430afdb5dbf1cad.tar.gz |
bind-key.el: Bump version for ELPA
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/use-package/bind-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 817ca5efb2d..cca5ad86187 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -6,7 +6,7 @@ ;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Created: 16 Jun 2012 ;; Modified: 29 Nov 2017 -;; Version: 2.4 +;; Version: 2.4.1 ;; Keywords: keys keybinding config dotemacs ;; URL: https://github.com/jwiegley/use-package |