1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Add an autoload cookie for `use-package'

This commit is contained in:
John Wiegley 2016-02-06 14:55:35 -05:00
parent 2b967a3c18
commit ee8ac83641

View 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.