]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a use-package-version variable
authorJohn Wiegley <johnw@newartisans.com>
Thu, 30 Nov 2017 19:05:46 +0000 (11:05 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 30 Nov 2017 19:05:46 +0000 (11:05 -0800)
lisp/use-package/use-package.el

index bf9d1c82709fbf85e06da1aca253a5426f67720e..850e37be00c3608f67cf5e4ef6b1cbf312583356 100644 (file)
@@ -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)