diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index fc19b5ce6d7..102eafbba49 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -11173,7 +11173,7 @@ prepare_menu_bars (void) | |||
| 11173 | || FRAME_VISIBLE_P (f) == 1 | 11173 | || FRAME_VISIBLE_P (f) == 1 |
| 11174 | /* Exclude TTY frames that are obscured because they | 11174 | /* Exclude TTY frames that are obscured because they |
| 11175 | are not the top frame on their console. This is | 11175 | are not the top frame on their console. This is |
| 11176 | because x_consider_frame_title actually swit6ches | 11176 | because x_consider_frame_title actually switches |
| 11177 | to the frame, which for TTY frames means it is | 11177 | to the frame, which for TTY frames means it is |
| 11178 | marked as garbaged, and will be completely | 11178 | marked as garbaged, and will be completely |
| 11179 | redrawn on the next redisplay cycle. This causes | 11179 | redrawn on the next redisplay cycle. This causes |