aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-07-17 10:15:15 +0000
committerRichard M. Stallman <[email protected]>2003-07-17 10:15:15 +0000
commitfdc39b5955e385f0470ed5da20b929920c91bf78 (patch)
tree4a777d698c71eec4f737b2026e5dd6aa4d9299dd /src
parentd023326a873e20bac2837f0ef639fe1f154e41d5 (diff)
(xim_initialize): Redo 6/24 change.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xterm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8437771d9b..54ea264385 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-17 Richard M. Stallman <[email protected]>
+
+ * xterm.c (xim_initialize): Redo 6/24 change.
+
2003-07-15 Stefan Monnier <[email protected]>
* buffer.c (copy_overlays): Use EMACS_INT for positions.
diff --git a/src/xterm.c b/src/xterm.c
index 63b0139b4a..92c3317c10 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8140,7 +8140,7 @@ xim_initialize (dpyinfo, resource_name)
/* This is XPointer in XFree86
but (XPointer *) on Tru64, at
least, hence the configure test. */
- (XPointer) xim_inst);
+ (XRegisterIMInstantiateCallback_arg6) xim_inst);
#else /* not HAVE_X11R6_XIM */
dpyinfo->xim = NULL;
xim_open_dpy (dpyinfo, resource_name);