From 40ae145bc2249b7488eb95ebc0e7a045c539e317 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 26 Mar 2002 11:08:47 +0000 Subject: [PATCH] Fix typo. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) window = FRAME_SELECTED_WINDOW (f); w = XWINDOW (window); -#if 0 /* The if statment below this if statement used to include the +#if 0 /* The if statement below this if statement used to include the condition !NILP (w->update_mode_line), rather than using update_mode_lines directly, and this if statement may have been added to make that condition work. Now the if -- 2.39.2