aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index f3af3940e1..c29c4c8e7f 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -303,6 +303,7 @@ EMACS_INT gcs_done; /* accumulated GCs */
static void mark_buffer P_ ((Lisp_Object));
extern void mark_kboards P_ ((void));
+extern void mark_ttys P_ ((void));
extern void mark_backtrace P_ ((void));
static void gc_sweep P_ ((void));
static void mark_glyph_matrix P_ ((struct glyph_matrix *));
@@ -4779,6 +4780,7 @@ returns nil, because real GC can't be done. */)
mark_object (bind->old_value);
}
mark_kboards ();
+ mark_ttys ();
#ifdef USE_GTK
{