aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 34b07de3c7d..6f128632759 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2978,8 +2978,7 @@ x_scroll_bar_clear (f)
2978{ 2978{
2979 Lisp_Object bar; 2979 Lisp_Object bar;
2980 2980
2981 for (bar = FRAME_SCROLL_BARS (f); 2981 for (bar = FRAME_SCROLL_BARS (f); VECTORP (bar);
2982 XTYPE (bar) == Lisp_Vector;
2983 bar = XSCROLL_BAR (bar)->next) 2982 bar = XSCROLL_BAR (bar)->next)
2984 XClearArea (x_current_display, SCROLL_BAR_X_WINDOW (XSCROLL_BAR (bar)), 2983 XClearArea (x_current_display, SCROLL_BAR_X_WINDOW (XSCROLL_BAR (bar)),
2985 0, 0, 0, 0, True); 2984 0, 0, 0, 0, True);