summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 9fb50a10..c0c8b5de 100644
--- a/lib.c
+++ b/lib.c
@@ -8266,7 +8266,7 @@ static val simple_qref_args_p(val args, val pos)
void out_str_char(wchar_t ch, val out, int *semi_flag)
{
- if (*semi_flag && iswxdigit(ch))
+ if (*semi_flag && (iswxdigit(ch) || ch == ';'))
put_char(chr(';'), out);
*semi_flag = 0;