aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2022-10-28 14:58:42 -0400
committerGitHub2022-10-28 14:58:42 -0400
commit67d7d1fda047bc030a89e2020bf2b6c1b40ad427 (patch)
tree2b030da1c23136a4e09e0befd601e6e8d6efd2db
parent407b1bf4f01e562ff1000286a77bb10cf2d0069d (diff)
parent370890e518ebf2f2f6c5e2a0a27576e111de22d6 (diff)
downloademacs-67d7d1fda047bc030a89e2020bf2b6c1b40ad427.tar.gz
emacs-67d7d1fda047bc030a89e2020bf2b6c1b40ad427.zip
Merge pull request from bhankas/master
GitHub-reference: https://github.com/jwiegley/use-package/issues/1007
-rw-r--r--etc/USE-PACKAGE-NEWS2
-rw-r--r--lisp/use-package/bind-key.el2
-rw-r--r--lisp/use-package/use-package-core.el4
-rw-r--r--lisp/use-package/use-package.el2
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS
index 6e8530ef377..38f5dc70a16 100644
--- a/etc/USE-PACKAGE-NEWS
+++ b/etc/USE-PACKAGE-NEWS
@@ -1,6 +1,6 @@
1# Changes 1# Changes
2 2
3## 2.4.2 3## 2.4.3
4 4
5This release prepares for inclusion to GNU ELPA and includes no other changes 5This release prepares for inclusion to GNU ELPA and includes no other changes
6 6
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 @@
6;; Maintainer: John Wiegley <johnw@newartisans.com> 6;; Maintainer: John Wiegley <johnw@newartisans.com>
7;; Created: 16 Jun 2012 7;; Created: 16 Jun 2012
8;; Modified: 29 Nov 2017 8;; Modified: 29 Nov 2017
9;; Version: 2.4 9;; Version: 2.4.1
10;; Keywords: keys keybinding config dotemacs 10;; Keywords: keys keybinding config dotemacs
11;; URL: https://github.com/jwiegley/use-package 11;; URL: https://github.com/jwiegley/use-package
12 12
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index f27d158fc05..52d7abd4cbb 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.2 9;; Version: 2.4.3
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.2" 69(defconst use-package-version "2.4.3"
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 574431d80b5..240693c1189 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.2 9;; Version: 2.4.3
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