aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
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 1308f6c8ed8..b038415deed 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -690,7 +690,6 @@ scan_lisp_file (filename)
690 The opening quote (and leading backslash-newline) have already 690 The opening quote (and leading backslash-newline) have already
691 been read. 691 been read.
692 */ 692 */
693 putc ('\n', outfile);
694 putc (037, outfile); 693 putc (037, outfile);
695 putc (type, outfile); 694 putc (type, outfile);
696 fprintf (outfile, "%s\n", buffer); 695 fprintf (outfile, "%s\n", buffer);