1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00

rename function

This commit is contained in:
Justin Talbott 2019-06-14 20:00:16 -04:00
parent 8ec41be418
commit 8f1a345b5b

View file

@ -1266,10 +1266,10 @@ meaning:
(concat (symbol-name sym)
use-package-hook-name-suffix)))
(function ,fun)))
(use-package-hook-handler-flatten-mode-symbols syms)))))
(use-package-hook-handler-normalize-mode-symbols syms)))))
(use-package-normalize-commands args))))
(defun use-package-hook-handler-flatten-mode-symbols (syms)
(defun use-package-hook-handler-normalize-mode-symbols (syms)
"Ensure that `SYMS' turns into a list of modes."
(if (use-package-non-nil-symbolp syms) (list syms) syms))