aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-08 16:28:36 +0000
committerRichard M. Stallman1993-05-08 16:28:36 +0000
commit3a68f530fe1d1116bbb8458b73a3ff2ae677feff (patch)
treed0a234897a6537091de15e1e3a09c55ecfcb8986 /src/window.c
parent0ee7d6239af171b5bd689a7aff15dafcea9a938c (diff)
downloademacs-3a68f530fe1d1116bbb8458b73a3ff2ae677feff.tar.gz
emacs-3a68f530fe1d1116bbb8458b73a3ff2ae677feff.zip
(Vmouse_event): Var deleted.
(syms_of_window): Don't make it Lisp var.
Diffstat (limited to 'src/window.c')
-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;