# HG changeset patch # User Gerd Moellmann # Date 976717549 0 # Node ID eedb5dec0918a1e9dfef6bc4ad52fd1bda41ae68 # Parent 7c8d2cec3d087acc50e902b557f31d726796c0c7 (do_mouse_tracking): Make externally visible. diff -r 7c8d2cec3d08 -r eedb5dec0918 src/keyboard.c --- a/src/keyboard.c Wed Dec 13 14:24:01 2000 +0000 +++ b/src/keyboard.c Wed Dec 13 14:25:49 2000 +0000 @@ -523,7 +523,7 @@ /* If this flag is non-nil, we check mouse_moved to see when the mouse moves, and motion events will appear in the input stream. Otherwise, mouse motion is ignored. */ -static Lisp_Object do_mouse_tracking; +Lisp_Object do_mouse_tracking; /* Symbols to head events. */ Lisp_Object Qmouse_movement;