diff options
| author | Dmitry Antipov | 2013-08-23 08:17:04 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-23 08:17:04 +0400 |
| commit | 6b729d1685255d309d6de0ac1c973527ec691f8b (patch) | |
| tree | 22ba5ddc1177d3507cfaf6025984ab66b980a36d /src | |
| parent | 9997ec56be8bf3fb32ac246e5b654ed735ee2c52 (diff) | |
| download | emacs-6b729d1685255d309d6de0ac1c973527ec691f8b.tar.gz emacs-6b729d1685255d309d6de0ac1c973527ec691f8b.zip | |
* window.c (struct save_window_data): Fix typo.
Diffstat (limited to 'src')
| -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 b295f748bfd..023dc485d7f 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; |