changeset 35269:ec15c68b25ba

Fix last change.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 12 Jan 2001 14:10:17 +0000
parents d93bf580d166
children c473d9ff1c7a
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Fri Jan 12 14:09:54 2001 +0000
+++ b/src/dispnew.c	Fri Jan 12 14:10:17 2001 +0000
@@ -4204,8 +4204,7 @@
       /* If the desired row extends its face to the text area end,
 	 make sure we write at least one glyph, so that the face
 	 extension actually takes place.  */
-      if (MATRIX_ROW_EXTENDS_FACE_P (desired_row)
-	  && !w->pseudo_window_p)
+      if (MATRIX_ROW_EXTENDS_FACE_P (desired_row))
 	--desired_stop_pos;
 #endif