1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

Respect keyword ordering in use-package-deferring-keywords

Relates to https://github.com/jwiegley/use-package/issues/565
This commit is contained in:
John Wiegley 2017-12-06 06:37:07 -08:00
parent 0939993935
commit 894e95aa4b

View file

@ -108,8 +108,8 @@ declaration is incorrect."
:mode :mode
:magic :magic
:magic-fallback :magic-fallback
:commands :hook
:hook) :commands)
"Unless `:demand' is used, keywords in this list imply deferred loading." "Unless `:demand' is used, keywords in this list imply deferred loading."
:type '(repeat symbol) :type '(repeat symbol)
:group 'use-package) :group 'use-package)