/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.799 by kfstorm, Tue Jul 8 21:46:58 2003 UTC revision 1.800 by kfstorm, Tue Jul 8 22:00:53 2003 UTC
# Line 10530  x_term_init (display_name, xrm_option, r Line 10530  x_term_init (display_name, xrm_option, r
10530                                      build_string ("useXIM"),                                      build_string ("useXIM"),
10531                                      build_string ("UseXIM"),                                      build_string ("UseXIM"),
10532                                      Qnil, Qnil);                                      Qnil, Qnil);
10533    #ifdef USE_XIM
10534      if (STRINGP (value)      if (STRINGP (value)
10535          && (!strcmp (XSTRING (value)->data, "false")          && (!strcmp (XSTRING (value)->data, "false")
10536              || !strcmp (XSTRING (value)->data, "off")))              || !strcmp (XSTRING (value)->data, "off")))
10537        use_xim = 0;        use_xim = 0;
10538    #else
10539        if (STRINGP (value)
10540            && (!strcmp (XSTRING (value)->data, "true")
10541                || !strcmp (XSTRING (value)->data, "on")))
10542          use_xim = 1;
10543    #endif
10544    }    }
10545    
10546    UNBLOCK_INPUT;    UNBLOCK_INPUT;

Legend:
Removed from v.1.799  
changed lines
  Added in v.1.800

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26