Fix function accidentally made interactive
This commit is contained in:
@@ -819,7 +819,9 @@ representing symbols (that may need to be autloaded)."
|
||||
|
||||
;;;; :disabled
|
||||
|
||||
(defalias 'use-package-normalize/:disabled 'ignore)
|
||||
;; 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-handler/:disabled (name keyword arg rest state)
|
||||
(use-package-process-keywords name rest state))
|
||||
|
||||
Reference in New Issue
Block a user