Mercurial > emacs
diff lib-src/make-docfile.c @ 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 | f052db139432 |
| children | 296db649863d |
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);
