emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xfns.c


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Sat, 24 May 2003 04:54:38 -0400

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.579 emacs/src/xfns.c:1.580
*** emacs/src/xfns.c:1.579      Wed May 21 18:12:15 2003
--- emacs/src/xfns.c    Sat May 24 04:54:37 2003
***************
*** 2721,2727 ****
                     attribute_mask, &attributes);
  
  #ifdef HAVE_X_I18N
!   if use_xim
      {
        create_frame_xic (f);
        if (FRAME_XIC (f))
--- 2721,2727 ----
                     attribute_mask, &attributes);
  
  #ifdef HAVE_X_I18N
!   if (use_xim)
      {
        create_frame_xic (f);
        if (FRAME_XIC (f))
***************
*** 10532,10538 ****
                            Initialization
   ***********************************************************************/
  
! /* Keep this list in the same order as frame_parms in frame.c. 
     Use 0 for unsupported frame parameters.  */
  
  frame_parm_handler x_frame_parm_handlers[] =
--- 10532,10538 ----
                            Initialization
   ***********************************************************************/
  
! /* Keep this list in the same order as frame_parms in frame.c.
     Use 0 for unsupported frame parameters.  */
  
  frame_parm_handler x_frame_parm_handlers[] =




reply via email to

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