# HG changeset patch # User Pavel Jank # Date 1017140927 0 # Node ID 7482068b3fc6b3ebe3e479ac0a6fd77c65d93e1b # Parent 8e98ff3e07b22cf4d5a08d9f0471275d447d233d Fix typo. diff -r 8e98ff3e07b2 -r 7482068b3fc6 src/xdisp.c --- a/src/xdisp.c Tue Mar 26 11:08:01 2002 +0000 +++ b/src/xdisp.c Tue Mar 26 11:08:47 2002 +0000 @@ -7435,7 +7435,7 @@ 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