From: John Wiegley Date: Fri, 8 Dec 2017 08:28:14 +0000 (-0800) Subject: use-package-normalize/:disabled has the wrong number of arguments X-Git-Tag: emacs-29.0.90~1306^2~15^2~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e458c640ce3f725eadb3a91890b2095db1d872a;p=emacs.git use-package-normalize/:disabled has the wrong number of arguments --- diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 9e32fb477d3..e700c1c110b 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -974,7 +974,7 @@ meaning: ;; Don't alias this to `ignore', as that will cause the resulting ;; function to be interactive. -(defun use-package-normalize/:disabled (name keyword arg rest state)) +(defun use-package-normalize/:disabled (name keyword arg)) (defun use-package-handler/:disabled (name keyword arg rest state) (use-package-process-keywords name rest state))