]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an autoload cookie for `use-package'
authorJohn Wiegley <johnw@newartisans.com>
Sat, 6 Feb 2016 19:55:35 +0000 (14:55 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 6 Feb 2016 19:56:43 +0000 (14:56 -0500)
lisp/use-package/use-package.el

index 98bbc417e6548b19ad36bdfdf3cfffafccdcc13e..1bd6a929d1f223fd9028d273d0a9e0ca894eaf80 100644 (file)
@@ -1023,6 +1023,7 @@ deferred until the prefix key sequence is pressed."
 ;; The main macro
 ;;
 
+;;;###autoload
 (defmacro use-package (name &rest args)
   "Declare an Emacs package by specifying a group of configuration options.