emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e2027d60ba 2/2: ; * src/xterm.c (x_term_init): Fix typo.


From: Po Lu
Subject: master e2027d60ba 2/2: ; * src/xterm.c (x_term_init): Fix typo.
Date: Wed, 5 Oct 2022 22:58:54 -0400 (EDT)

branch: master
commit e2027d60ba6c9a78ef9539234969ef2a44bf84fe
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/xterm.c (x_term_init): Fix typo.
---
 src/xterm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xterm.c b/src/xterm.c
index 37e7916486..1d58e80f00 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]