Fix :fetcher warning to include package name
This commit is contained in:
parent
efb4584797
commit
1eacda2d5c
1 changed files with 2 additions and 1 deletions
|
@ -254,7 +254,8 @@ elsewhere."
|
||||||
(with-plist! recipe (fetcher)
|
(with-plist! recipe (fetcher)
|
||||||
(when fetcher
|
(when fetcher
|
||||||
(message "%s\n%s"
|
(message "%s\n%s"
|
||||||
"WARNING: The :fetcher property was used for the %S package."
|
(format "WARNING: The :fetcher property was used for the %S package."
|
||||||
|
name)
|
||||||
"This property is deprecated. Replace it with :host.")
|
"This property is deprecated. Replace it with :host.")
|
||||||
(plist-put! recipe :host fetcher)
|
(plist-put! recipe :host fetcher)
|
||||||
(plist-delete! recipe :fetcher))
|
(plist-delete! recipe :fetcher))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue