all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* syntax error in src/xfns.c
@ 2003-05-24  4:04 Istvan Marko
  2003-05-24  8:58 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Istvan Marko @ 2003-05-24  4:04 UTC (permalink / raw)


diff -u -b -B -r1.579 xfns.c
--- src/xfns.c  21 May 2003 22:12:15 -0000      1.579
+++ src/xfns.c  24 May 2003 04:03:42 -0000
@@ -2721,7 +2721,7 @@
                     attribute_mask, &attributes);
 
 #ifdef HAVE_X_I18N
-  if use_xim
+  if (use_xim)
     {
       create_frame_xic (f);
       if (FRAME_XIC (f))

-- 
	Istvan

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: syntax error in src/xfns.c
  2003-05-24  4:04 syntax error in src/xfns.c Istvan Marko
@ 2003-05-24  8:58 ` Thien-Thi Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2003-05-24  8:58 UTC (permalink / raw)
  Cc: emacs-devel

Istvan Marko <mi@imarko.dhs.org> writes:

   -  if use_xim
   +  if (use_xim)

thanks, applied.

thi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-24  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-24  4:04 syntax error in src/xfns.c Istvan Marko
2003-05-24  8:58 ` Thien-Thi Nguyen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.