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:
parent
33f7013e52
commit
410e16ff89
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue