]> git.eshelyaron.com Git - emacs.git/commitdiff
(scan_lisp_file): Don't add newline at end of string.
authorRichard M. Stallman <rms@gnu.org>
Fri, 24 Dec 1993 02:16:49 +0000 (02:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 24 Dec 1993 02:16:49 +0000 (02:16 +0000)
lib-src/make-docfile.c

index 1308f6c8ed894ca003f89aacb40bd817ddc73066..b038415deed1529d66ee4ee5fb0bcb18dc8a9fba 100644 (file)
@@ -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);