aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-06-27 02:21:51 +0000
committerRichard M. Stallman2003-06-27 02:21:51 +0000
commit5b4907d013453cb3a3183743f34f19703e6806b6 (patch)
tree65305f9e846157740b668f14c0ee3214715cab7c /src
parent2d0834cc27e4f58763ae21c7da70a0e770d365d4 (diff)
downloademacs-5b4907d013453cb3a3183743f34f19703e6806b6.tar.gz
emacs-5b4907d013453cb3a3183743f34f19703e6806b6.zip
(xim_initialize): Undo previous change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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)
8123 /* This is XPointer in XFree86 8123 /* This is XPointer in XFree86
8124 but (XPointer *) on Tru64, at 8124 but (XPointer *) on Tru64, at
8125 least, hence the configure test. */ 8125 least, hence the configure test. */
8126 (XRegisterIMInstantiateCallback_arg6) xim_inst); 8126 (XPointer) xim_inst);
8127#else /* not HAVE_X11R6_XIM */ 8127#else /* not HAVE_X11R6_XIM */
8128 dpyinfo->xim = NULL; 8128 dpyinfo->xim = NULL;
8129 xim_open_dpy (dpyinfo, resource_name); 8129 xim_open_dpy (dpyinfo, resource_name);