aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-12-24 02:16:49 +0000
committerRichard M. Stallman <[email protected]>1993-12-24 02:16:49 +0000
commit7694a0c4c2fb1c0f0c63998ea47500bee0f42be5 (patch)
tree8605335dc9f52a93a635b7378e7cfdc07fb15c4c /lib-src
parentb9911289d39f9b0e03b8a53fb0476da402f43206 (diff)
(scan_lisp_file): Don't add newline at end of string.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/make-docfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 1308f6c8ed..b038415dee 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -690,7 +690,6 @@ scan_lisp_file (filename)
The opening quote (and leading backslash-newline) have already
been read.
*/
- putc ('\n', outfile);
putc (037, outfile);
putc (type, outfile);
fprintf (outfile, "%s\n", buffer);