]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 60927b88292e3e2424d718230f598232328ab857..e325d82f04a46d75df57c7da317d2fb7807aea07 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.