aboutsummaryrefslogtreecommitdiffstats
path: root/src/terminal.c
diff options
context:
space:
mode:
authorStephen Leake2019-04-11 14:00:02 -0700
committerStephen Leake2019-04-11 14:00:02 -0700
commit7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch)
treee0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/terminal.c
parent7768581172e11be52b1fcd8224f4594e126bbdb7 (diff)
parentde238b39e335c6814283faa171b35145f124edf2 (diff)
downloademacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz
emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terminal.c b/src/terminal.c
index 1d7a965dd26..0ee0121e35e 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -264,8 +264,8 @@ get_named_terminal (const char *name)
264static struct terminal * 264static struct terminal *
265allocate_terminal (void) 265allocate_terminal (void)
266{ 266{
267 return ALLOCATE_ZEROED_PSEUDOVECTOR 267 return ALLOCATE_ZEROED_PSEUDOVECTOR (struct terminal, glyph_code_table,
268 (struct terminal, next_terminal, PVEC_TERMINAL); 268 PVEC_TERMINAL);
269} 269}
270 270
271/* Create a new terminal object of TYPE and add it to the terminal list. RIF 271/* Create a new terminal object of TYPE and add it to the terminal list. RIF