# HG changeset patch # User Richard M. Stallman # Date 736878516 0 # Node ID 1deaf4364cd3901d0527458f40b1c07f62b924bf # Parent fc1de7b24bc4638cdfd56138d66271b2c47bc40f (Vmouse_event): Var deleted. (syms_of_window): Don't make it Lisp var. diff -r fc1de7b24bc4 -r 1deaf4364cd3 src/window.c --- a/src/window.c Sat May 08 16:17:01 1993 +0000 +++ b/src/window.c Sat May 08 16:28:36 1993 +0000 @@ -60,9 +60,6 @@ /* Non-nil means this is the buffer whose window C-M-v should scroll. */ Lisp_Object Vother_window_scroll_buffer; -/* Last mouse click data structure (nil if no mouse support). */ -Lisp_Object Vmouse_event; - /* Non-nil means it's function to call to display temp buffers. */ Lisp_Object Vtemp_buffer_show_function; @@ -2894,21 +2891,6 @@ work using this function."); Vdisplay_buffer_function = Qnil; - DEFVAR_LISP ("mouse-event", &Vmouse_event, - "The last mouse-event object. A list of four elements:\n\ - ((X-POS Y-POS) WINDOW FRAME-PART KEYSEQ).\n\ -KEYSEQ is a string, the key sequence to be looked up in the mouse maps.\n\ -WINDOW is the window that the click applies do.\n\ -If FRAME-PART is non-nil, the event was on a scroll bar;\n\ -then Y-POS is really the total length of the scroll bar, while X-POS is\n\ -the relative position of the scroll bar's value within that total length.\n\ -FRAME-PART is one of the following symbols:\n\ - `vertical-scroll-bar', `vertical-slider',\n\ - `vertical-thumbup', `vertical-thumbdown',\n\ - `horizontal-scroll-bar', `horizontal-slider',\n\ - `horizontal-thumbleft', `horizontal-thumbright'"); - Vmouse_event = Qnil; - DEFVAR_LISP ("minibuffer-scroll-window", &Vminibuf_scroll_window, "Non-nil means it is the window that C-M-v in minibuffer should scroll."); Vminibuf_scroll_window = Qnil;