1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08: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.