diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index a1a069e0e7d..b02b30cd0b2 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5408,7 +5408,7 @@ struct save_window_data | |||
| 5408 | Lisp_Object saved_windows; | 5408 | Lisp_Object saved_windows; |
| 5409 | 5409 | ||
| 5410 | /* All fields above are traced by the GC. | 5410 | /* All fields above are traced by the GC. |
| 5411 | From `fame-cols' down, the fields are ignored by the GC. */ | 5411 | From `frame-cols' down, the fields are ignored by the GC. */ |
| 5412 | 5412 | ||
| 5413 | int frame_cols, frame_lines, frame_menu_bar_lines; | 5413 | int frame_cols, frame_lines, frame_menu_bar_lines; |
| 5414 | int frame_tool_bar_lines; | 5414 | int frame_tool_bar_lines; |