Mercurial > hg > xemacs-beta
comparison src/input-method-motif.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | e45d5e7c476e |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
222:aae4c8b01452 | 223:2c611d1463a6 |
---|---|
70 { | 70 { |
71 stderr_out ("X Windows does not even support locale `C'!\n"); | 71 stderr_out ("X Windows does not even support locale `C'!\n"); |
72 return; | 72 return; |
73 } | 73 } |
74 } | 74 } |
75 | |
76 setlocale(LC_NUMERIC, "C"); | |
75 | 77 |
76 if (XSetLocaleModifiers ("") == NULL) | 78 if (XSetLocaleModifiers ("") == NULL) |
77 { | 79 { |
78 stderr_out ("XSetLocaleModifiers(\"\") failed\n"); | 80 stderr_out ("XSetLocaleModifiers(\"\") failed\n"); |
79 stderr_out ("Check the value of the XMODIFIERS environment variable.\n"); | 81 stderr_out ("Check the value of the XMODIFIERS environment variable.\n"); |