]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable new input method behaviour by default on X
authorPo Lu <luangruo@yahoo.com>
Fri, 7 Jan 2022 09:22:14 +0000 (17:22 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 7 Jan 2022 09:25:32 +0000 (17:25 +0800)
* src/xfns.c (supported_xim_styles): Default to STYLE_NONE.

src/xfns.c

index dbba374d751e0a3edd546ca5e2819d0cd466b7da..fd3b8752449e4e79f07ee98a82e257a622d92d04 100644 (file)
@@ -2624,8 +2624,8 @@ xic_free_xfontset (struct frame *f)
 
 static const XIMStyle supported_xim_styles[] =
   {
-    STYLE_CALLBACK,
     STYLE_NONE,
+    STYLE_CALLBACK,
     STYLE_OVERTHESPOT,
     STYLE_OFFTHESPOT,
     STYLE_ROOT