diff options
author | John Wiegley <johnw@newartisans.com> | 2022-11-13 15:22:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 15:22:50 -0800 |
commit | 971634e3f9e5c539f8a0184ca4ec1c4a3f9495ec (patch) | |
tree | f59b50c2e204bf895218aeaee3e315c77b800678 /lisp/use-package/use-package.el | |
parent | 6b25a41bc6a751618fc4f86c76104093bc19d77e (diff) | |
parent | 7122ac5397c1fbb4e76c123d490106a99bcb611d (diff) | |
download | emacs-971634e3f9e5c539f8a0184ca4ec1c4a3f9495ec.tar.gz emacs-971634e3f9e5c539f8a0184ca4ec1c4a3f9495ec.tar.bz2 emacs-971634e3f9e5c539f8a0184ca4ec1c4a3f9495ec.zip |
Merge pull request from bhankas/master
GitHub-reference: https://github.com/jwiegley/use-package/issues/1011
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r-- | lisp/use-package/use-package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 240693c1189..9d046e0b149 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -6,7 +6,7 @@ ;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Created: 17 Jun 2012 ;; Modified: 29 Nov 2017 -;; Version: 2.4.3 +;; Version: 2.4.4 ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) ;; Keywords: dotemacs startup speed config package ;; URL: https://github.com/jwiegley/use-package |