unofficial mirror of emacs-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).