diff options
| author | Stephen Leake | 2019-04-11 14:00:02 -0700 |
|---|---|---|
| committer | Stephen Leake | 2019-04-11 14:00:02 -0700 |
| commit | 7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch) | |
| tree | e0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/terminal.c | |
| parent | 7768581172e11be52b1fcd8224f4594e126bbdb7 (diff) | |
| parent | de238b39e335c6814283faa171b35145f124edf2 (diff) | |
| download | emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip | |
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'src/terminal.c')
| -rw-r--r-- | src/terminal.c | 4 |
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) | |||
| 264 | static struct terminal * | 264 | static struct terminal * |
| 265 | allocate_terminal (void) | 265 | allocate_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 |