Mercurial > emacs
changeset 44162:7482068b3fc6
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 26 Mar 2002 11:08:47 +0000 |
parents | 8e98ff3e07b2 |
children | 2b5d4943e959 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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