1
Fork 0
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:
John Wiegley 2017-11-29 16:44:20 -08:00
parent d8c1f02bf4
commit 0887e1f9d0

View file

@ -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)