1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 08:00:48 -08:00

(describe_syntax): Use insert_char to insert `match'.

This commit is contained in:
Joseph Arceneaux 1992-10-01 01:52:09 +00:00
parent 33f7013e52
commit 410e16ff89

View file

@ -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)