* dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set
authorChong Yidong <cyd@stupidchicken.com>
Mon, 16 Apr 2007 16:24:18 +0000 (16:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 16 Apr 2007 16:24:18 +0000 (16:24 +0000)
garbaged flag in presence of window margins.
(showing_window_margins_p): New function.

src/ChangeLog

index 60927b8..e325d82 100644 (file)
@@ -1,5 +1,9 @@
 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
 
+       * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set
+       garbaged flag in presence of window margins.
+       (showing_window_margins_p): New function.
+
        * xdisp.c (cursor_row_p): Only end row on newline if it's a
        display string.  Suggested by Lennart Borgman.