diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-12-24 02:16:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-12-24 02:16:49 +0000 |
commit | 66e972d4e0ba4b58fa0c0d8cbae2f714d65bcc8a (patch) | |
tree | 20a22854bb285a922d1ff01f60dd7930e821d3bd /lib-src/make-docfile.c | |
parent | da86e0ca4c74f832f860774f54892c46dd3eb199 (diff) | |
download | emacs-66e972d4e0ba4b58fa0c0d8cbae2f714d65bcc8a.tar.gz |
(scan_lisp_file): Don't add newline at end of string.
Diffstat (limited to 'lib-src/make-docfile.c')
-rw-r--r-- | lib-src/make-docfile.c | 1 |
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) 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); |