From: Richard M. Stallman Date: Fri, 27 Jun 2003 02:21:51 +0000 (+0000) Subject: (xim_initialize): Undo previous change. X-Git-Tag: ttn-vms-21-2-B4~9556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b4907d013453cb3a3183743f34f19703e6806b6;p=emacs.git (xim_initialize): Undo previous change. --- diff --git a/src/xterm.c b/src/xterm.c index a947fb03e63..f83b1b7146e 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8123,7 +8123,7 @@ xim_initialize (dpyinfo, resource_name) /* This is XPointer in XFree86 but (XPointer *) on Tru64, at least, hence the configure test. */ - (XRegisterIMInstantiateCallback_arg6) xim_inst); + (XPointer) xim_inst); #else /* not HAVE_X11R6_XIM */ dpyinfo->xim = NULL; xim_open_dpy (dpyinfo, resource_name);