From: John Wiegley Date: Fri, 1 Dec 2017 09:04:35 +0000 (-0800) Subject: Correct the ordering of :preface, :load-path, :defines and :functions X-Git-Tag: emacs-29.0.90~1306^2~15^2~202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5b432d0febb8348f137024a6320d25a98a25aeb;p=emacs.git Correct the ordering of :preface, :load-path, :defines and :functions --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 8f08865f334..95c20b72cd2 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -139,7 +139,6 @@ the user specified." (defcustom use-package-keywords '(:disabled - :preface :pin :defer-install :ensure @@ -148,6 +147,9 @@ the user specified." :unless :requires :load-path + :defines + :functions + :preface :no-require :bind :bind* @@ -158,8 +160,6 @@ the user specified." :magic :magic-fallback :commands - :defines - :functions :hook :defer :custom