1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00

Merge pull request from bhankas/master

GitHub-reference: https://github.com/jwiegley/use-package/issues/1007
This commit is contained in:
John Wiegley 2022-10-28 14:58:42 -04:00 committed by GitHub
commit 67d7d1fda0
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Changes
## 2.4.2
## 2.4.3
This release prepares for inclusion to GNU ELPA and includes no other changes

View file

@ -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

View file

@ -6,7 +6,7 @@
;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 17 Jun 2012
;; Modified: 29 Nov 2017
;; Version: 2.4.2
;; Version: 2.4.3
;; 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.2"
(defconst use-package-version "2.4.3"
"This version of use-package.")
(defcustom use-package-keywords

View file

@ -6,7 +6,7 @@
;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 17 Jun 2012
;; Modified: 29 Nov 2017
;; Version: 2.4.2
;; Version: 2.4.3
;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
;; Keywords: dotemacs startup speed config package
;; URL: https://github.com/jwiegley/use-package