changeset 58424:99a14d81043f

(update_window_fringes): Provide sensible fall-back value for non-nil indicate-buffer-boundaries setting.
author Kim F. Storm <storm@cua.dk>
date Mon, 22 Nov 2004 14:26:23 +0000
parents ad1aa0338053
children f0b9b97606f9
files src/fringe.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fringe.c	Mon Nov 22 14:20:25 2004 +0000
+++ b/src/fringe.c	Mon Nov 22 14:26:23 2004 +0000
@@ -809,7 +809,8 @@
 	    arrow_bot = XCDR (pos);
 	}
       else
-	ind = Qnil;
+	/* Anything else means boundary on left and no arrows.  */
+	boundary_top = boundary_bot = Qleft;
     }
 
   if (!NILP (ind))