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/termhooks.h | |
| parent | 7768581172e11be52b1fcd8224f4594e126bbdb7 (diff) | |
| parent | de238b39e335c6814283faa171b35145f124edf2 (diff) | |
| download | emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip | |
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index ca6782f461b..a92b981110d 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -408,7 +408,7 @@ struct terminal | |||
| 408 | whether the mapping is available. */ | 408 | whether the mapping is available. */ |
| 409 | Lisp_Object glyph_code_table; | 409 | Lisp_Object glyph_code_table; |
| 410 | 410 | ||
| 411 | /* All fields before `next_terminal' should be Lisp_Object and are traced | 411 | /* All earlier fields should be Lisp_Objects and are traced |
| 412 | by the GC. All fields afterwards are ignored by the GC. */ | 412 | by the GC. All fields afterwards are ignored by the GC. */ |
| 413 | 413 | ||
| 414 | /* Chain of all terminal devices. */ | 414 | /* Chain of all terminal devices. */ |