(update_window_fringes): Provide sensible fall-back
value for non-nil indicate-buffer-boundaries setting.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user