[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xfns.c
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/xfns.c |
Date: |
Fri, 25 Oct 2002 08:32:18 -0400 |
Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.563 emacs/src/xfns.c:1.564
*** emacs/src/xfns.c:1.563 Tue Oct 22 15:35:20 2002
--- emacs/src/xfns.c Fri Oct 25 08:32:18 2002
***************
*** 2439,2447 ****
int bytes, stringp;
Lisp_Object coding_system;
! coding_system = Vlocale_coding_system;
! if (NILP (coding_system))
! coding_system = Qcompound_text;
text.value = x_encode_text (name, coding_system, 0, &bytes, &stringp);
text.encoding = (stringp ? XA_STRING
: FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
--- 2439,2445 ----
int bytes, stringp;
Lisp_Object coding_system;
! coding_system = Qcompound_text;
text.value = x_encode_text (name, coding_system, 0, &bytes, &stringp);
text.encoding = (stringp ? XA_STRING
: FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
***************
*** 2546,2554 ****
int bytes, stringp;
Lisp_Object coding_system;
! coding_system = Vlocale_coding_system;
! if (NILP (coding_system))
! coding_system = Qcompound_text;
text.value = x_encode_text (name, coding_system, 0, &bytes, &stringp);
text.encoding = (stringp ? XA_STRING
: FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
--- 2544,2550 ----
int bytes, stringp;
Lisp_Object coding_system;
! coding_system = Qcompound_text;
text.value = x_encode_text (name, coding_system, 0, &bytes, &stringp);
text.encoding = (stringp ? XA_STRING
: FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);