aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f995a2db632..ca4c5bacc31 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4949,6 +4949,7 @@ void
4949syms_of_xterm () 4949syms_of_xterm ()
4950{ 4950{
4951 staticpro (&last_mouse_scroll_bar); 4951 staticpro (&last_mouse_scroll_bar);
4952 last_mouse_scroll_bar = Qnil;
4952} 4953}
4953#endif /* ! defined (HAVE_X11) */ 4954#endif /* ! defined (HAVE_X11) */
4954#endif /* ! defined (HAVE_X_WINDOWS) */ 4955#endif /* ! defined (HAVE_X_WINDOWS) */