aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorJan Djärv2013-02-17 11:41:33 +0100
committerJan Djärv2013-02-17 11:41:33 +0100
commitfd9547e88bc8796141a3cd82076d071add2fd64e (patch)
treeafe1489e61b50ff52229575f87ec47e7be08ad2b /src/xterm.c
parent1bb1e03834c6755b42a6404aa3d2832c38c3981e (diff)
downloademacs-fd9547e88bc8796141a3cd82076d071add2fd64e.tar.gz
emacs-fd9547e88bc8796141a3cd82076d071add2fd64e.zip
Move scroll-bar-adjust-thumb-portion.
* xterm.c (syms_of_xterm): Move scroll-bar-adjust-thumb-portion ... * frame.c (syms_of_frame): ... to here.
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 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.
10779Non-nil means adjust the thumb in the scroll bar so it can be dragged downwards
10780even if the end of the buffer is shown (i.e. overscrolling).
10781Set to nil if you want the thumb to be at the bottom when the end of the buffer
10782is shown. Also, the thumb fills the whole scroll bar when the entire buffer
10783is 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