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:
parent
b9911289d3
commit
7694a0c4c2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user