mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
records: Remove "guix" from error message.
* guix/records.scm (map-fields): Tweak error message.
This commit is contained in:
parent
56ad923f47
commit
1c9e992e8c
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ (define-syntax map-fields
|
|||
(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 a new issue