changeset 5317:dfe798027eac

(scan_lisp_file): Don't add newline at end of string.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Dec 1993 02:16:49 +0000
parents 9bf2ae74a7bd
children 60fa1ee0c98c
files lib-src/make-docfile.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/make-docfile.c	Thu Dec 23 05:01:36 1993 +0000
+++ b/lib-src/make-docfile.c	Fri Dec 24 02:16:49 1993 +0000
@@ -690,7 +690,6 @@
 	 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);