aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-26 17:45:28 +0000
committerRichard M. Stallman1996-06-26 17:45:28 +0000
commitf8d07b62ccd500f1192cae4cea1357e8dcbeba18 (patch)
tree5f9193ac2f04cea54043574deb162815554a843c /src/xterm.c
parentf60f91089067283ff9d7de8cbb395d60cf0a0bbf (diff)
downloademacs-f8d07b62ccd500f1192cae4cea1357e8dcbeba18.tar.gz
emacs-f8d07b62ccd500f1192cae4cea1357e8dcbeba18.zip
(x_connection_closed): Add newline when printing error message on stderr.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index d798f10fb1c..35fa4cf4241 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4519,7 +4519,7 @@ x_connection_closed (display, error_message)
4519 4519
4520 if (x_display_list == 0) 4520 if (x_display_list == 0)
4521 { 4521 {
4522 fprintf (stderr, "%s", error_message); 4522 fprintf (stderr, "%s\n", error_message);
4523 shut_down_emacs (0, 0, Qnil); 4523 shut_down_emacs (0, 0, Qnil);
4524 exit (70); 4524 exit (70);
4525 } 4525 }