diff options
| author | John Wiegley | 2022-10-27 00:22:34 -0400 |
|---|---|---|
| committer | GitHub | 2022-10-27 00:22:34 -0400 |
| commit | 0be7f5dd53994f971aa282ffa35d52bdb9b22a45 (patch) | |
| tree | 3e6a139c8e44591ac2c8f34f31e38efca494603e | |
| parent | 9188b3edf1ef5b4bd7574b4adbe175be42e0221a (diff) | |
| parent | abd655c99ef457962d8b424fd70b94f90595ed6b (diff) | |
| download | emacs-0be7f5dd53994f971aa282ffa35d52bdb9b22a45.tar.gz emacs-0be7f5dd53994f971aa282ffa35d52bdb9b22a45.zip | |
Merge pull request from bhankas/master
GitHub-reference: https://github.com/jwiegley/use-package/issues/1006
| -rw-r--r-- | etc/USE-PACKAGE-NEWS | 4 | ||||
| -rw-r--r-- | lisp/use-package/use-package-core.el | 4 | ||||
| -rw-r--r-- | lisp/use-package/use-package.el | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS index 1f516966980..6e8530ef377 100644 --- a/etc/USE-PACKAGE-NEWS +++ b/etc/USE-PACKAGE-NEWS | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | # Changes | 1 | # Changes |
| 2 | 2 | ||
| 3 | ## 2.4.2 | ||
| 4 | |||
| 5 | This release prepares for inclusion to GNU ELPA and includes no other changes | ||
| 6 | |||
| 3 | ## 2.4.1 | 7 | ## 2.4.1 |
| 4 | 8 | ||
| 5 | This is mostly a bug-fix release: | 9 | This is mostly a bug-fix release: |
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 76c6a97e062..6832c447c7d 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> | 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> |
| 7 | ;; Created: 17 Jun 2012 | 7 | ;; Created: 17 Jun 2012 |
| 8 | ;; Modified: 29 Nov 2017 | 8 | ;; Modified: 29 Nov 2017 |
| 9 | ;; Version: 2.4.1 | 9 | ;; Version: 2.4.2 |
| 10 | ;; Package-Requires: ((emacs "24.3")) | 10 | ;; Package-Requires: ((emacs "24.3")) |
| 11 | ;; Keywords: dotemacs startup speed config package | 11 | ;; Keywords: dotemacs startup speed config package |
| 12 | ;; URL: https://github.com/jwiegley/use-package | 12 | ;; URL: https://github.com/jwiegley/use-package |
| @@ -66,7 +66,7 @@ | |||
| 66 | "A use-package declaration for simplifying your `.emacs'." | 66 | "A use-package declaration for simplifying your `.emacs'." |
| 67 | :group 'startup) | 67 | :group 'startup) |
| 68 | 68 | ||
| 69 | (defconst use-package-version "2.4.1" | 69 | (defconst use-package-version "2.4.2" |
| 70 | "This version of use-package.") | 70 | "This version of use-package.") |
| 71 | 71 | ||
| 72 | (defcustom use-package-keywords | 72 | (defcustom use-package-keywords |
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 62bb2407a51..574431d80b5 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> | 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> |
| 7 | ;; Created: 17 Jun 2012 | 7 | ;; Created: 17 Jun 2012 |
| 8 | ;; Modified: 29 Nov 2017 | 8 | ;; Modified: 29 Nov 2017 |
| 9 | ;; Version: 2.4.1 | 9 | ;; Version: 2.4.2 |
| 10 | ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) | 10 | ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) |
| 11 | ;; Keywords: dotemacs startup speed config package | 11 | ;; Keywords: dotemacs startup speed config package |
| 12 | ;; URL: https://github.com/jwiegley/use-package | 12 | ;; URL: https://github.com/jwiegley/use-package |