From: Po Lu Date: Thu, 6 Oct 2022 02:57:43 +0000 (+0800) Subject: ; * src/xterm.c (x_term_init): Fix typo. X-Git-Tag: emacs-29.0.90~1855^2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2027d60ba6c9a78ef9539234969ef2a44bf84fe;p=emacs.git ; * src/xterm.c (x_term_init): Fix typo. --- diff --git a/src/xterm.c b/src/xterm.c index 37e7916486e..1d58e80f003 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -29255,7 +29255,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name) /* Avoid initializing input methods if the X library does not support Emacs's locale. When the current locale is not supported, decoding input method strings becomes undefined. */ - if (!XSupportsLocale ()) + if (XSupportsLocale ()) xim_initialize (dpyinfo, resource_name); #endif