Thanks for the patch.
Committed to CVS.
Hey, Bill, is it just a historical accident that you don't have CVS
commit access?
http://cvs.xemacs.org/#committers
>>>> "WMP" == William M Perry
<wmperry(a)aventail.com> writes:
WMP> Index: gpmevent.c
WMP> ===================================================================
WMP> RCS file: /usr/CVSroot/XEmacs/xemacs/src/gpmevent.c,v
WMP> retrieving revision 1.5.2.3
WMP> diff -c -w -r1.5.2.3 gpmevent.c
WMP> *** gpmevent.c 1999/11/28 18:15:48 1.5.2.3
WMP> --- gpmevent.c 2000/01/10 11:50:36
WMP> ***************
WMP> *** 452,458 ****
WMP> return;
WMP> }
WMP> ! return (orig_next_event_cb (event));
WMP> }
WMP> static void hook_event_callbacks_once (void)
WMP> --- 452,458 ----
WMP> return;
WMP> }
WMP> ! orig_next_event_cb (event);
WMP> }
WMP> static void hook_event_callbacks_once (void)