diff lib-src/make-docfile.c @ 650:39f0e62a8511

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 19 May 1992 05:22:52 +0000
parents 40b255f55df3
children 8a4c2c149ec2
line wrap: on
line diff
--- a/lib-src/make-docfile.c	Tue May 19 02:05:47 1992 +0000
+++ b/lib-src/make-docfile.c	Tue May 19 05:22:52 1992 +0000
@@ -170,7 +170,7 @@
       /* Print the C arguments as they would appear in Elisp;
 	 print underscores as hyphens.  */
       if (c == '_')
-	putc ('-');
+	putc ('-', out);
       else
 	putc (c, out);
     }