From 179b8720a2e5c37d18ab8f601b982fdcabd19626 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 6 Mar 2011 01:54:06 -0800 Subject: [PATCH] * xdisp.c (redisplay_window): Likewise. --- src/ChangeLog | 1 + src/xdisp.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3de7ddcdb28..4955966ad81 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,6 +6,7 @@ Remove decls. * cmds.c (internal_self_insert): Reindent to match Emacs style. + * xdisp.c (redisplay_window): Likewise. * xdisp.c: Rename or move local decls to avoid shadowing. (init_iterator, handle_fontified_prop, handle_single_display_spec): diff --git a/src/xdisp.c b/src/xdisp.c index b95325c8397..c8ec74ea7b0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -14330,9 +14330,9 @@ redisplay_window (Lisp_Object window, int just_this_one_p) || (!NILP (w->column_number_displayed) && (XFASTINT (w->column_number_displayed) != (int) current_column ()))) /* iftc */ - /* This means that the window has a mode line. */ - && (WINDOW_WANTS_MODELINE_P (w) - || WINDOW_WANTS_HEADER_LINE_P (w))) + /* This means that the window has a mode line. */ + && (WINDOW_WANTS_MODELINE_P (w) + || WINDOW_WANTS_HEADER_LINE_P (w))) { display_mode_lines (w); -- 2.39.5