(describe_syntax): Use insert_char to insert `match'.
This commit is contained in:
@@ -427,9 +427,7 @@ describe_syntax (value)
|
||||
if (match)
|
||||
{
|
||||
insert_string (", matches ");
|
||||
|
||||
str[0] = match, str[1] = 0;
|
||||
insert (str, 1);
|
||||
insert_char (match);
|
||||
}
|
||||
|
||||
if (start1)
|
||||
|
||||
Reference in New Issue
Block a user