From 9939b3c0122f6276fa6108c2368cfd3e78ad7059 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 9 Apr 2004 23:26:39 +0000 Subject: [PATCH] (markup): take encoding from lexer. --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index 96746e4e62..528c4549fe 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -106,7 +106,7 @@ SCM make_simple_markup (SCM encoding, SCM a) { SCM simple = ly_scheme_function ("simple-markup"); - if (gh_symbol_p (encoding)) + if (is_symbol (encoding)) { return scm_list_3 (ly_scheme_function ("encoded-simple-markup"), encoding, a); -- 2.39.5