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/xterm.h | |
| parent | 7768581172e11be52b1fcd8224f4594e126bbdb7 (diff) | |
| parent | de238b39e335c6814283faa171b35145f124edf2 (diff) | |
| download | emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip | |
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 972a10f4d41..c5ad38650c2 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -897,7 +897,7 @@ struct scroll_bar | |||
| 897 | /* The next and previous in the chain of scroll bars in this frame. */ | 897 | /* The next and previous in the chain of scroll bars in this frame. */ |
| 898 | Lisp_Object next, prev; | 898 | Lisp_Object next, prev; |
| 899 | 899 | ||
| 900 | /* Fields from `x_window' down will not be traced by the GC. */ | 900 | /* Fields after 'prev' are not traced by the GC. */ |
| 901 | 901 | ||
| 902 | /* The X window representing this scroll bar. */ | 902 | /* The X window representing this scroll bar. */ |
| 903 | Window x_window; | 903 | Window x_window; |