emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d13fc29: * dispnew.c: Remove no-longer-valid commen


From: Paul Eggert
Subject: [Emacs-diffs] master d13fc29: * dispnew.c: Remove no-longer-valid comment.
Date: Tue, 20 Jan 2015 08:51:32 +0000

branch: master
commit d13fc2913d7c106f3c78e16fa2961678b8f9c472
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * dispnew.c: Remove no-longer-valid comment.
---
 src/dispnew.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/dispnew.c b/src/dispnew.c
index e76be21..06b34d8 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -413,11 +413,6 @@ adjust_glyph_matrix (struct window *w, struct glyph_matrix 
*matrix, int x, int y
       new_rows = dim.height - matrix->rows_allocated;
       matrix->rows = xpalloc (matrix->rows, &matrix->rows_allocated,
                              new_rows, INT_MAX, sizeof *matrix->rows);
-      /* As a side effect, this sets the object of each glyph in the
-        row to nil, so verify we will indeed get that.  Redisplay
-        relies on the object of special glyphs (truncation and
-        continuation glyps and also blanks used to extend each line
-        on a TTY) to be nil.  */
       memset (matrix->rows + old_alloc, 0,
              (matrix->rows_allocated - old_alloc) * sizeof *matrix->rows);
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]