(update_window_fringes): Provide sensible fall-back

value for non-nil indicate-buffer-boundaries setting.
This commit is contained in:
Kim F. Storm
2004-11-22 14:26:23 +00:00
parent 0960a58284
commit a208b89cce

View File

@@ -809,7 +809,8 @@ update_window_fringes (w, force_p)
arrow_bot = XCDR (pos);
}
else
ind = Qnil;
/* Anything else means boundary on left and no arrows. */
boundary_top = boundary_bot = Qleft;
}
if (!NILP (ind))