From 866a24f01b65642d3b88fe6b518ec456e4a7335b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 19 May 1992 05:22:52 +0000 Subject: *** empty log message *** --- lib-src/make-docfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib-src/make-docfile.c') diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 2436ac6458f..d8e9377f321 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -170,7 +170,7 @@ write_c_args (out, buf, minargs, maxargs) /* Print the C arguments as they would appear in Elisp; print underscores as hyphens. */ if (c == '_') - putc ('-'); + putc ('-', out); else putc (c, out); } -- cgit v1.2.1