diff options
| author | Pavel Janík | 2002-03-26 11:08:47 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-03-26 11:08:47 +0000 |
| commit | 40ae145bc2249b7488eb95ebc0e7a045c539e317 (patch) | |
| tree | 43264d51aa360537f1bdbf81d6cf21409d9b7f82 /src | |
| parent | 19cf5432faa1ecf654bff4549101c0f35d2031b6 (diff) | |
| download | emacs-40ae145bc2249b7488eb95ebc0e7a045c539e317.tar.gz emacs-40ae145bc2249b7488eb95ebc0e7a045c539e317.zip | |
Fix typo.
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 |