changeset 1292:d9a103f4843e

(describe_syntax): Use insert_char to insert `match'.
author Joseph Arceneaux <jla@gnu.org>
date Thu, 01 Oct 1992 01:52:09 +0000
parents 7c32612174c3
children 95ae0805ebba
files src/syntax.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/syntax.c	Thu Oct 01 01:22:22 1992 +0000
+++ b/src/syntax.c	Thu Oct 01 01:52:09 1992 +0000
@@ -427,9 +427,7 @@
   if (match)
     {
       insert_string (", matches ");
-      
-      str[0] = match, str[1] = 0;
-      insert (str, 1);
+      insert_char (match);
     }
 
   if (start1)