aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-12-24 02:16:49 +0000
committerRichard M. Stallman1993-12-24 02:16:49 +0000
commit7694a0c4c2fb1c0f0c63998ea47500bee0f42be5 (patch)
tree8605335dc9f52a93a635b7378e7cfdc07fb15c4c /lib-src
parentb9911289d39f9b0e03b8a53fb0476da402f43206 (diff)
downloademacs-7694a0c4c2fb1c0f0c63998ea47500bee0f42be5.tar.gz
emacs-7694a0c4c2fb1c0f0c63998ea47500bee0f42be5.zip
(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 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);