1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

(mark_terminals): Typo.

This commit is contained in:
Stefan Monnier 2007-10-02 22:07:41 +00:00
parent d0fdb6daae
commit e330de4483

View file

@ -5821,7 +5821,7 @@ mark_terminals (void)
for (t = terminal_list; t; t = t->next_terminal)
{
eassert (t->name != NULL);
mark_vectorlike ((struct Lisp_Vector *)tmp);
mark_vectorlike ((struct Lisp_Vector *)t);
}
}