projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b9cc2
)
Add a use-package-version variable
author
John Wiegley
<johnw@newartisans.com>
Thu, 30 Nov 2017 19:05:46 +0000
(11:05 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 30 Nov 2017 19:05:46 +0000
(11:05 -0800)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index bf9d1c82709fbf85e06da1aca253a5426f67720e..850e37be00c3608f67cf5e4ef6b1cbf312583356 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-48,6
+48,9
@@
(declare-function package-installed-p "package")
(declare-function package-read-all-archive-contents "package" ())
+(defconst use-package-version "2.4"
+ "This version of use-package.")
+
(defgroup use-package nil
"A use-package declaration for simplifying your `.emacs'."
:group 'startup)