mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-18 10:16:51 +00:00
(syms_of_xterm): Initialize last_mouse_scroll_bar.
This commit is contained in:
parent
0613507b4f
commit
e53cb100f7
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user