From 054bc193b6f3c8071361764c08a0638a36a42039 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Tue, 5 Mar 2024 22:28:48 -0500 Subject: [PATCH] Fixed bug with the grapheme-glyphs function --- uniseg/graphemes.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniseg/graphemes.scm b/uniseg/graphemes.scm index 99e8623..c89b259 100644 --- a/uniseg/graphemes.scm +++ b/uniseg/graphemes.scm @@ -30,7 +30,7 @@ modification? state glyphs-reverse - (delay (reverse (glyphs-reverse))) + (delay (reverse glyphs-reverse)) (delay (reverse-list->string glyphs-reverse)))) (define (grapheme-glyphs grapheme)