1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(scan_lisp_file): Don't add newline at end of string.

This commit is contained in:
Richard M. Stallman 1993-12-24 02:16:49 +00:00
parent b9911289d3
commit 7694a0c4c2

View 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);