From e53cb100f734924d8b3e24c475858b19032f271d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 10 Nov 1993 06:10:27 +0000 Subject: [PATCH] (syms_of_xterm): Initialize last_mouse_scroll_bar. --- src/xterm.c | 1 + 1 file changed, 1 insertion(+) 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 syms_of_xterm () { staticpro (&last_mouse_scroll_bar); + last_mouse_scroll_bar = Qnil; } #endif /* ! defined (HAVE_X11) */ #endif /* ! defined (HAVE_X_WINDOWS) */ -- 2.39.5