mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Correct use-package-normalize-mode
This commit is contained in:
parent
d8c1f02bf4
commit
0887e1f9d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1166,7 +1166,7 @@ representing symbols (that may need to be autloaded)."
|
|||
(use-package-as-one (symbol-name keyword) args
|
||||
(apply-partially #'use-package-normalize-pairs
|
||||
#'use-package-regex-p
|
||||
#'(lambda (v) (use-package--recognize-function v #'null))
|
||||
#'use-package--recognize-function
|
||||
name)))
|
||||
|
||||
(defun use-package-handle-mode (name alist args rest state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue