]> git.eshelyaron.com Git - emacs.git/commitdiff
rename function
authorJustin Talbott <justin@waymondo.com>
Sat, 15 Jun 2019 00:00:16 +0000 (20:00 -0400)
committerJustin Talbott <justin@waymondo.com>
Sat, 15 Jun 2019 00:00:16 +0000 (20:00 -0400)
lisp/use-package/use-package-core.el

index 543cb80d1865d5be7925c41dc89cd2b9eefb5720..4729e230165ac28fe345390c4a87145898957592 100644 (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))