Mercurial > emacs
changeset 14557:64e5e68aef13
(x_error_quitter): Add newline to error message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Feb 1996 20:48:35 +0000 |
parents | e5c95b865af5 |
children | a1805a3ff5c6 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Mon Feb 12 20:44:56 1996 +0000 +++ b/src/xterm.c Mon Feb 12 20:48:35 1996 +0000 @@ -4585,7 +4585,7 @@ original error handler. */ XGetErrorText (display, error->error_code, buf, sizeof (buf)); - sprintf (buf1, "X protocol error: %s on protocol request %d", + sprintf (buf1, "X protocol error: %s on protocol request %d\n", buf, error->request_code); x_connection_closed (display, buf1); }