mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-13 15:39:02 +00:00
use-package-normalize/:disabled has the wrong number of arguments
This commit is contained in:
parent
0068501aa0
commit
7e458c640c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue