aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgtkterm.c')
-rw-r--r--src/pgtkterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c
index 246604ec18b..5b55c1b488d 100644
--- a/src/pgtkterm.c
+++ b/src/pgtkterm.c
@@ -7485,7 +7485,7 @@ If set to a non-float value, there will be no wait at all. */);
7485 7485
7486 DEFVAR_LISP ("pgtk-keysym-table", Vpgtk_keysym_table, 7486 DEFVAR_LISP ("pgtk-keysym-table", Vpgtk_keysym_table,
7487 doc: /* Hash table of character codes indexed by X keysym codes. */); 7487 doc: /* Hash table of character codes indexed by X keysym codes. */);
7488 Vpgtk_keysym_table = make_hash_table (&hashtest_eql, 900, Weak_None, false); 7488 Vpgtk_keysym_table = make_hash_table (&hashtest_eql, 900, Weak_None);
7489 7489
7490 window_being_scrolled = Qnil; 7490 window_being_scrolled = Qnil;
7491 staticpro (&window_being_scrolled); 7491 staticpro (&window_being_scrolled);