mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
Fix function accidentally made interactive
This commit is contained in:
parent
43f1be12b7
commit
f037c2daeb
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue