summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-05-19 05:22:52 +0000
committerJim Blandy <jimb@redhat.com>1992-05-19 05:22:52 +0000
commitf76475ad8aa5b509d9003a9b9ac525c6863920a5 (patch)
tree3e3e2647e73b1bc53a1f73f8cffb72350a5a5e63 /lib-src/make-docfile.c
parent7fa788da36613e59dd189c26ebe3f6554b75a90c (diff)
downloademacs-f76475ad8aa5b509d9003a9b9ac525c6863920a5.tar.gz
*** empty log message ***
Diffstat (limited to 'lib-src/make-docfile.c')
-rw-r--r--lib-src/make-docfile.c2
1 files changed, 1 insertions, 1 deletions
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);
}