From 871e7ce79ba9d6934114ae7746d2a51a8cc40a57 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 18 Sep 2014 13:38:57 +0200 Subject: [PATCH] Issue 4111: (scm accreg): don't use markup definition and markup macro in the same form GUILEv2 is not happy about that. --- scm/accreg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/accreg.scm b/scm/accreg.scm index eba1bb4733..a777870f1a 100644 --- a/scm/accreg.scm +++ b/scm/accreg.scm @@ -66,7 +66,7 @@ for examples." 'direction 1 'text - (markup ,(symbol->keyword set-symbol) register)))))))) + (,(string->symbol (format #f "make-~a-markup" set-symbol)) register)))))))) (define-register-set discant -- 2.47.3