aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/window.c b/src/window.c
index a4e239b0502..dfd9a3e1667 100644
--- a/src/window.c
+++ b/src/window.c
@@ -60,9 +60,6 @@ Lisp_Object Vminibuf_scroll_window;
60/* Non-nil means this is the buffer whose window C-M-v should scroll. */ 60/* Non-nil means this is the buffer whose window C-M-v should scroll. */
61Lisp_Object Vother_window_scroll_buffer; 61Lisp_Object Vother_window_scroll_buffer;
62 62
63/* Last mouse click data structure (nil if no mouse support). */
64Lisp_Object Vmouse_event;
65
66/* Non-nil means it's function to call to display temp buffers. */ 63/* Non-nil means it's function to call to display temp buffers. */
67Lisp_Object Vtemp_buffer_show_function; 64Lisp_Object Vtemp_buffer_show_function;
68 65
@@ -2894,21 +2891,6 @@ Commands such as `switch-to-buffer-other-window' and `find-file-other-window'\n\
2894work using this function."); 2891work using this function.");
2895 Vdisplay_buffer_function = Qnil; 2892 Vdisplay_buffer_function = Qnil;
2896 2893
2897 DEFVAR_LISP ("mouse-event", &Vmouse_event,
2898 "The last mouse-event object. A list of four elements:\n\
2899 ((X-POS Y-POS) WINDOW FRAME-PART KEYSEQ).\n\
2900KEYSEQ is a string, the key sequence to be looked up in the mouse maps.\n\
2901WINDOW is the window that the click applies do.\n\
2902If FRAME-PART is non-nil, the event was on a scroll bar;\n\
2903then Y-POS is really the total length of the scroll bar, while X-POS is\n\
2904the relative position of the scroll bar's value within that total length.\n\
2905FRAME-PART is one of the following symbols:\n\
2906 `vertical-scroll-bar', `vertical-slider',\n\
2907 `vertical-thumbup', `vertical-thumbdown',\n\
2908 `horizontal-scroll-bar', `horizontal-slider',\n\
2909 `horizontal-thumbleft', `horizontal-thumbright'");
2910 Vmouse_event = Qnil;
2911
2912 DEFVAR_LISP ("minibuffer-scroll-window", &Vminibuf_scroll_window, 2894 DEFVAR_LISP ("minibuffer-scroll-window", &Vminibuf_scroll_window,
2913 "Non-nil means it is the window that C-M-v in minibuffer should scroll."); 2895 "Non-nil means it is the window that C-M-v in minibuffer should scroll.");
2914 Vminibuf_scroll_window = Qnil; 2896 Vminibuf_scroll_window = Qnil;