]> git.eshelyaron.com Git - emacs.git/commit
Handle IM server disconnects during preedit
authorPo Lu <luangruo@yahoo.com>
Fri, 7 Oct 2022 10:39:17 +0000 (18:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 7 Oct 2022 10:39:32 +0000 (18:39 +0800)
commit6edb676c181d1b49a4f1b7c90fc093cc37569424
treebcc0c0549fe63d08e1742ac554e3a51542796132
parent6c956de80a7dadcb9d929c9a59b852b27fe83f2b
Handle IM server disconnects during preedit

* src/xterm.c (x_maybe_clear_preedit): New function.
(xim_destroy_callback): Call that function.
src/xterm.c