]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix quoting error in failed autoload message
authorRadon Rosborough <radon.neon@gmail.com>
Sun, 7 May 2017 22:23:50 +0000 (15:23 -0700)
committerRadon Rosborough <radon.neon@gmail.com>
Sun, 7 May 2017 22:23:50 +0000 (15:23 -0700)
lisp/use-package/use-package.el

index 74f1f3094369f012bdf533da7ee9cd87c3cf8bf2..b6fecb9fe33be23801d384bc2ca7478199055eac 100644 (file)
@@ -1199,7 +1199,7 @@ deferred until the prefix key sequence is pressed."
        (if (bound-and-true-p use-package--recursive-autoload)
            (use-package-error
             (format "Autoloading failed to define function %S"
-                    command))
+                    ',command))
          (when (use-package-install-deferred-package
                 ',package-name :autoload)
            (require ',package-name)