diff options
| author | Tom Tromey | 2013-08-25 14:25:59 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-08-25 14:25:59 -0600 |
| commit | 793ea5055aea85ff9227e1bf0c84ab37edba7201 (patch) | |
| tree | c9799eebe2b797a55fcbfcbd3710c9b5aa70051d /src/window.c | |
| parent | 1ce4c6398ea453a66f6943552b0ec866a690e9b1 (diff) | |
| parent | e687aa335a21662f67d2d73063272504a171ffab (diff) | |
| download | emacs-793ea5055aea85ff9227e1bf0c84ab37edba7201.tar.gz emacs-793ea5055aea85ff9227e1bf0c84ab37edba7201.zip | |
merge from trunk
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; |