diff options
| author | Joseph Arceneaux | 1992-10-01 01:52:09 +0000 |
|---|---|---|
| committer | Joseph Arceneaux | 1992-10-01 01:52:09 +0000 |
| commit | 410e16ff89ca7cd554f9fd64882ef7c4e739779f (patch) | |
| tree | 321cd12b859d85dbab7a807bde6d3502288fd0e8 | |
| parent | 33f7013e5239fa4a93269c58315a234de2ab051e (diff) | |
| download | emacs-410e16ff89ca7cd554f9fd64882ef7c4e739779f.tar.gz emacs-410e16ff89ca7cd554f9fd64882ef7c4e739779f.zip | |
(describe_syntax): Use insert_char to insert `match'.
| -rw-r--r-- | src/syntax.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/syntax.c b/src/syntax.c index 81b02a603c8..6c7819a8cbd 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -427,9 +427,7 @@ describe_syntax (value) | |||
| 427 | if (match) | 427 | if (match) |
| 428 | { | 428 | { |
| 429 | insert_string (", matches "); | 429 | insert_string (", matches "); |
| 430 | 430 | insert_char (match); | |
| 431 | str[0] = match, str[1] = 0; | ||
| 432 | insert (str, 1); | ||
| 433 | } | 431 | } |
| 434 | 432 | ||
| 435 | if (start1) | 433 | if (start1) |