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:
parent
8ec41be418
commit
8f1a345b5b
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue