From: Po Lu Date: Sat, 24 Dec 2022 06:19:46 +0000 (+0800) Subject: ; * src/xterm.c (x_error_quitter): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=785095c416f9bae43d2947849282b814e2c7942e;p=emacs.git ; * src/xterm.c (x_error_quitter): Fix typo. --- diff --git a/src/xterm.c b/src/xterm.c index 9f6d5196720..8e0a97899fe 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -26318,8 +26318,8 @@ x_error_quitter (Display *display, XErrorEvent *event) sprintf (buf1, "X protocol error: %s on protocol request %d\n" "Serial no: %lu\n" "Failing resource ID (if any): 0x%lx\n" - "Minor code: %d\n", - "This is a bug! Please report this to bug-gnu-emacs@gnu.org!\n" + "Minor code: %d\n" + "This is a bug! Please report this to bug-gnu-emacs@gnu.org!\n", buf, event->request_code, event->serial, event->resourceid, event->minor_code); x_connection_closed (display, buf1, false);