1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

fix quotation error

This commit is contained in:
Aleksey Kladov 2015-08-17 23:41:28 +03:00
parent fa36aa682c
commit d514592746

View 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)))))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;