]> git.eshelyaron.com Git - emacs.git/commitdiff
fix quotation error
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 17 Aug 2015 20:41:28 +0000 (23:41 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 17 Aug 2015 20:41:28 +0000 (23:41 +0300)
lisp/use-package/use-package.el

index 87bda97cd32fb0a841ed6b1106fc3d6988acb0b5..97b6ab3035188e65c07b369859b2797d23c43e40 100644 (file)
@@ -910,7 +910,7 @@ deferred until the prefix key sequence is pressed."
              config-body)
           `((if (not ,(use-package-load-name name t))
                 (ignore
-                 (message (format "Could not load %s" name)))
+                 (message (format "Could not load %s" ',name)))
               ,@config-body)))))))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;