]> git.eshelyaron.com Git - emacs.git/commit
Don't set callbacks on XIC when adjusting spot if callbacks are off
authorPo Lu <luangruo@yahoo.com>
Mon, 10 Jan 2022 06:36:21 +0000 (14:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 10 Jan 2022 06:36:21 +0000 (14:36 +0800)
commitf591835838be92bfe3f02754268cd7fff43fe681
tree78392a8b5cc0619f8f72adc01b62f8ef8f5bef09
parentd5cf772cad1773f5e40f85c51199632721050f65
Don't set callbacks on XIC when adjusting spot if callbacks are off

* src/xfns.c (xic_set_preeditarea): Don't set callbacks if the
XIC style is not XIMPreeditCallbacks.  (bug#53146)
src/xfns.c