summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-10 15:58:13 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-10 15:58:13 +0000
commit5f0d0e0e202af2e61d3720564ded7b218c6b4e85 (patch)
tree4a7bad71cba367e43b96117c024bc6f3f9ce9f59 /src
parenteabe0942357809620fa93ce01186998b49e7cc70 (diff)
downloademacs-5f0d0e0e202af2e61d3720564ded7b218c6b4e85.tar.gz
(debug_print): Explicitly print a CR.
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 88ed35229fd..50946656320 100644
--- a/src/print.c
+++ b/src/print.c
@@ -627,7 +627,7 @@ debug_print (arg)
Lisp_Object arg;
{
Fprin1 (arg, Qexternal_debugging_output);
- fprintf (stderr, "\n");
+ fprintf (stderr, "\r\n");
}
#ifdef LISP_FLOAT_TYPE