records: Remove "guix" from error message.
* guix/records.scm (map-fields): Tweak error message.
This commit is contained in:
parent
56ad923f47
commit
1c9e992e8c
@ -110,7 +110,7 @@ error-reporting purposes."
|
||||
(syntax-case x ()
|
||||
((_ type within)
|
||||
(syntax-violation (syntax->datum #'within)
|
||||
"undefined guix record-type"
|
||||
"undefined record type"
|
||||
#'type))
|
||||
(_ (syntax-violation 'map-fields "bad use of syntactic keyword" x x)))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user