diff options
| author | Richard M. Stallman | 1995-11-10 15:58:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-10 15:58:13 +0000 |
| commit | 3684eb78827f36f9baa5b8383641d0d065ecba22 (patch) | |
| tree | cc2d7ef8378afe46811edcc56fc5cf22114b5c97 /src | |
| parent | 519418b37a65db6064cb624ec034cb80fb709fe4 (diff) | |
| download | emacs-3684eb78827f36f9baa5b8383641d0d065ecba22.tar.gz emacs-3684eb78827f36f9baa5b8383641d0d065ecba22.zip | |
(debug_print): Explicitly print a CR.
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
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) | |||
| 627 | Lisp_Object arg; | 627 | Lisp_Object arg; |
| 628 | { | 628 | { |
| 629 | Fprin1 (arg, Qexternal_debugging_output); | 629 | Fprin1 (arg, Qexternal_debugging_output); |
| 630 | fprintf (stderr, "\n"); | 630 | fprintf (stderr, "\r\n"); |
| 631 | } | 631 | } |
| 632 | 632 | ||
| 633 | #ifdef LISP_FLOAT_TYPE | 633 | #ifdef LISP_FLOAT_TYPE |