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 8a760caa5e3..984a69c0a03 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -7435,7 +7435,7 @@ update_menu_bar (f, save_match_data) | |||
| 7435 | window = FRAME_SELECTED_WINDOW (f); | 7435 | window = FRAME_SELECTED_WINDOW (f); |
| 7436 | w = XWINDOW (window); | 7436 | w = XWINDOW (window); |
| 7437 | 7437 | ||
| 7438 | #if 0 /* The if statment below this if statement used to include the | 7438 | #if 0 /* The if statement below this if statement used to include the |
| 7439 | condition !NILP (w->update_mode_line), rather than using | 7439 | condition !NILP (w->update_mode_line), rather than using |
| 7440 | update_mode_lines directly, and this if statement may have | 7440 | update_mode_lines directly, and this if statement may have |
| 7441 | been added to make that condition work. Now the if | 7441 | been added to make that condition work. Now the if |