]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (redisplay_window): Likewise.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Mar 2011 09:54:06 +0000 (01:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Mar 2011 09:54:06 +0000 (01:54 -0800)
src/ChangeLog
src/xdisp.c

index 3de7ddcdb28997d554d3fb892429a450b168d28e..4955966ad8158eacb57cd8588fe3c2f6caf69452 100644 (file)
@@ -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):
index b95325c83975e822d7d73351638d6e7fd069ba83..c8ec74ea7b06fa21803fb418d146074316bfede9 100644 (file)
@@ -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);