aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-10 06:10:27 +0000
committerRichard M. Stallman1993-11-10 06:10:27 +0000
commite53cb100f734924d8b3e24c475858b19032f271d (patch)
treea50868b4c48313493c0b45d592584445c710418c /src
parent0613507b4fc1f5fdb73fc4e98288413d77848c9f (diff)
downloademacs-e53cb100f734924d8b3e24c475858b19032f271d.tar.gz
emacs-e53cb100f734924d8b3e24c475858b19032f271d.zip
(syms_of_xterm): Initialize last_mouse_scroll_bar.
Diffstat (limited to 'src')
-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) */