emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Thu, 26 Jun 2003 22:21:52 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.797 emacs/src/xterm.c:1.798
*** emacs/src/xterm.c:1.797     Tue Jun 24 05:42:48 2003
--- emacs/src/xterm.c   Thu Jun 26 22:21:51 2003
***************
*** 8123,8129 ****
                                      /* This is XPointer in XFree86
                                         but (XPointer *) on Tru64, at
                                         least, hence the configure test.  */
!                                     (XRegisterIMInstantiateCallback_arg6) 
xim_inst);
  #else /* not HAVE_X11R6_XIM */
        dpyinfo->xim = NULL;
        xim_open_dpy (dpyinfo, resource_name);
--- 8123,8129 ----
                                      /* This is XPointer in XFree86
                                         but (XPointer *) on Tru64, at
                                         least, hence the configure test.  */
!                                     (XPointer) xim_inst);
  #else /* not HAVE_X11R6_XIM */
        dpyinfo->xim = NULL;
        xim_open_dpy (dpyinfo, resource_name);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]