aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/xterm.c b/src/xterm.c
index e92123583b0..66381fde52f 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10791,16 +10791,6 @@ With MS Windows or Nextstep, the value is t. */);
10791 Vx_toolkit_scroll_bars = Qnil; 10791 Vx_toolkit_scroll_bars = Qnil;
10792#endif 10792#endif
10793 10793
10794 DEFVAR_BOOL ("scroll-bar-adjust-thumb-portion",
10795 scroll_bar_adjust_thumb_portion_p,
10796 doc: /* Adjust thumb for overscrolling for Gtk+ and MOTIF.
10797Non-nil means adjust the thumb in the scroll bar so it can be dragged downwards
10798even if the end of the buffer is shown (i.e. overscrolling).
10799Set to nil if you want the thumb to be at the bottom when the end of the buffer
10800is shown. Also, the thumb fills the whole scroll bar when the entire buffer
10801is visible. In this case you can not overscroll. */);
10802 scroll_bar_adjust_thumb_portion_p = 1;
10803
10804 staticpro (&last_mouse_motion_frame); 10794 staticpro (&last_mouse_motion_frame);
10805 last_mouse_motion_frame = Qnil; 10795 last_mouse_motion_frame = Qnil;
10806 10796