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