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:
parent
d0fdb6daae
commit
e330de4483
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue