aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-03-26 11:08:47 +0000
committerPavel Janík2002-03-26 11:08:47 +0000
commit40ae145bc2249b7488eb95ebc0e7a045c539e317 (patch)
tree43264d51aa360537f1bdbf81d6cf21409d9b7f82
parent19cf5432faa1ecf654bff4549101c0f35d2031b6 (diff)
downloademacs-40ae145bc2249b7488eb95ebc0e7a045c539e317.tar.gz
emacs-40ae145bc2249b7488eb95ebc0e7a045c539e317.zip
Fix typo.
-rw-r--r--src/xdisp.c2
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