1
0
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:
Richard M. Stallman 1993-11-10 06:10:27 +00:00
parent 0613507b4f
commit e53cb100f7

View File

@ -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) */