]> git.eshelyaron.com Git - emacs.git/commit
Don’t silently truncate connection-lost diagnostic
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Jan 2025 06:25:48 +0000 (22:25 -0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 Jan 2025 10:25:09 +0000 (11:25 +0100)
commitf7e2dfdf43d11479b9ac40d46e669c6ce95a9359
treea7a4e1e16c5f8af897ab1b4677b67d0a7d58679e
parentef6432e7396e32b2bb264392f33e2fa5b51f1a85
Don’t silently truncate connection-lost diagnostic

* src/xterm.c (x_io_error_quitter): Do not silently truncate
the diagnostic when a connection is lost to an X server.

(cherry picked from commit 2efffbe7731ba979540df851819af0ef15b94c62)
src/xterm.c