From 1c9e992e8c636ce8798c26fa1c8f744fbe17255e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 9 Jun 2023 14:00:51 +0200 Subject: records: Remove "guix" from error message. * guix/records.scm (map-fields): Tweak error message. --- guix/records.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/records.scm b/guix/records.scm index 5af3e780a0..f4d12a861d 100644 --- a/guix/records.scm +++ b/guix/records.scm @@ -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))))) -- cgit v1.2.3