1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-09 01:05:39 -08:00
No description
Find a file
John Wiegley 8fefa49d39 Changes to the way auto-deferral is indicated
This change adds a new extension hook `use-package-autoloads/<KEYWORD>` for
specifying exactly which autoloads a keyword should imply. This is the proper
way to indicate autoloads, rather than adding to the `:commands` entry as was
done before.

Further, autoloading now must occur in order to cause implied deferred
loading; if :bind is used with only lambda forms, for example, this will not
cause deferred loading without `:defer t`.
2017-12-07 13:14:32 -08:00
doc/misc Commit .texi file, as it requires several dependencies to generate 2017-12-04 12:11:59 -08:00
etc Changes to the way auto-deferral is indicated 2017-12-07 13:14:32 -08:00
lisp/use-package Changes to the way auto-deferral is indicated 2017-12-07 13:14:32 -08:00
test/lisp/use-package Changes to the way auto-deferral is indicated 2017-12-07 13:14:32 -08:00