]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_window): Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 24 May 2003 08:58:03 +0000 (08:58 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 24 May 2003 08:58:03 +0000 (08:58 +0000)
src/ChangeLog
src/xfns.c

index 2f1ba10b0a80b6c946593d87feba0897b6789d3d..f628d8ce6de254c3d917702388f5455ec77afb55 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-24  Istvan Marko  <mi@imarko.dhs.org>  (tiny change)
+
+       * xfns.c (x_window): Fix typo from 2003-05-21 change.
+
 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
 
        * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
index f92e2124df049348e87cb1715c1fe75349f7445d..9784d0f0439ffcd5e679ffb63bc99c85c63cdd82 100644 (file)
@@ -2721,7 +2721,7 @@ x_window (f)
                     attribute_mask, &attributes);
 
 #ifdef HAVE_X_I18N
-  if use_xim
+  if (use_xim)
     {
       create_frame_xic (f);
       if (FRAME_XIC (f))
@@ -10532,7 +10532,7 @@ usual X keysyms.  */)
                            Initialization
  ***********************************************************************/
 
-/* Keep this list in the same order as frame_parms in frame.c. 
+/* 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[] =