X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Finput-method-xfs.c;h=2d1fbbf1968ddbeebb854baf61c4a297dc2e408d;hb=2cbece6401b2279497293e6dc54cda607f49db2f;hp=655d9d6dbc7665236408b739c8355179463ddb5a;hpb=95c12d8af0e1260fa0b6ba2370e0c52333b29ba2;p=chise%2Fxemacs-chise.git- diff --git a/src/input-method-xfs.c b/src/input-method-xfs.c index 655d9d6..2d1fbbf 100644 --- a/src/input-method-xfs.c +++ b/src/input-method-xfs.c @@ -42,7 +42,7 @@ Initialize_Locale (void) { char *locale; - /* dverna - Nov. 98: ### DON'T DO THIS !!! The default XtLanguageProc + /* dverna - Nov. 98: #### DON'T DO THIS !!! The default XtLanguageProc routine calls setlocale(LC_ALL, lang) which fucks up our lower-level locale management, and especially the value of LC_NUMERIC. Anyway, since at this point, we don't know yet whether we're gonna need an X11 frame,