emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 785095c416: ; * src/xterm.c (x_error_quitter): Fix typo.


From: Po Lu
Subject: master 785095c416: ; * src/xterm.c (x_error_quitter): Fix typo.
Date: Sat, 24 Dec 2022 01:20:01 -0500 (EST)

branch: master
commit 785095c416f9bae43d2947849282b814e2c7942e
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/xterm.c (x_error_quitter): Fix typo.
---
 src/xterm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xterm.c b/src/xterm.c
index 9f6d519672..8e0a97899f 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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]