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 | |
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')
-rw-r--r-- | lisp/use-package/use-package-core.el | 4 | ||||
-rw-r--r-- | lisp/use-package/use-package.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 53bc3ed2a42..7d7217d094b 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.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")) ;; Keywords: dotemacs startup speed config package ;; URL: https://github.com/jwiegley/use-package @@ -66,7 +66,7 @@ "A use-package declaration for simplifying your `.emacs'." :group 'startup) -(defconst use-package-version "2.4.3" +(defconst use-package-version "2.4.4" "This version of use-package.") (defcustom use-package-keywords 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 |