aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgtkterm.c')
-rw-r--r--src/pgtkterm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c
index b45cf56135d..57ea82daa5e 100644
--- a/src/pgtkterm.c
+++ b/src/pgtkterm.c
@@ -7178,9 +7178,7 @@ If set to a non-float value, there will be no wait at all. */);
7178 7178
7179 DEFVAR_LISP ("pgtk-keysym-table", Vpgtk_keysym_table, 7179 DEFVAR_LISP ("pgtk-keysym-table", Vpgtk_keysym_table,
7180 doc: /* Hash table of character codes indexed by X keysym codes. */); 7180 doc: /* Hash table of character codes indexed by X keysym codes. */);
7181 Vpgtk_keysym_table = make_hash_table (hashtest_eql, 900, DEFAULT_REHASH_SIZE, 7181 Vpgtk_keysym_table = make_hash_table (hashtest_eql, 900, Weak_None, false);
7182 DEFAULT_REHASH_THRESHOLD,
7183 Weak_None, false);
7184 7182
7185 window_being_scrolled = Qnil; 7183 window_being_scrolled = Qnil;
7186 staticpro (&window_being_scrolled); 7184 staticpro (&window_being_scrolled);