diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/xterm.c b/src/xterm.c index eef4edf17f6..b5274992293 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10773,16 +10773,6 @@ With MS Windows or Nextstep, the value is t. */); | |||
| 10773 | Vx_toolkit_scroll_bars = Qnil; | 10773 | Vx_toolkit_scroll_bars = Qnil; |
| 10774 | #endif | 10774 | #endif |
| 10775 | 10775 | ||
| 10776 | DEFVAR_BOOL ("scroll-bar-adjust-thumb-portion", | ||
| 10777 | scroll_bar_adjust_thumb_portion_p, | ||
| 10778 | doc: /* Adjust thumb for overscrolling for Gtk+ and MOTIF. | ||
| 10779 | Non-nil means adjust the thumb in the scroll bar so it can be dragged downwards | ||
| 10780 | even if the end of the buffer is shown (i.e. overscrolling). | ||
| 10781 | Set to nil if you want the thumb to be at the bottom when the end of the buffer | ||
| 10782 | is shown. Also, the thumb fills the whole scroll bar when the entire buffer | ||
| 10783 | is visible. In this case you can not overscroll. */); | ||
| 10784 | scroll_bar_adjust_thumb_portion_p = 1; | ||
| 10785 | |||
| 10786 | staticpro (&last_mouse_motion_frame); | 10776 | staticpro (&last_mouse_motion_frame); |
| 10787 | last_mouse_motion_frame = Qnil; | 10777 | last_mouse_motion_frame = Qnil; |
| 10788 | 10778 | ||