]> git.eshelyaron.com Git - emacs.git/commit
Use preferred XIM style without trying to detect if it's supported
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 12:14:31 +0000 (20:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 12:17:22 +0000 (20:17 +0800)
commitae65f2089cfe108d761f8150280de520dba51b28
tree96c6116441a848d67fb0d803ef308d638cbe55de
parent015d881b6dbdd527e309d8337daaf22d192a3c70
Use preferred XIM style without trying to detect if it's supported

The old code would in general fall back to the default if the
preferred style wasn't available, which is usually worse than
what the user specified

* src/xfns.c (best_xim_style): Stop checking if the preferred
input style is supported.
src/xfns.c