mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Merge pull request from matklad/master
fix quotation error GitHub-reference: https://github.com/jwiegley/use-package/issues/245
This commit is contained in:
commit
2276ed7607
|
|
@ -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…
Reference in a new issue