From: Pavel Janík Date: Tue, 26 Mar 2002 11:08:47 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15966 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40ae145bc2249b7488eb95ebc0e7a045c539e317;p=emacs.git Fix typo. --- 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