aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fringe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 6ebbb334bbb..48974805c3c 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -809,7 +809,8 @@ update_window_fringes (w, force_p)
809 arrow_bot = XCDR (pos); 809 arrow_bot = XCDR (pos);
810 } 810 }
811 else 811 else
812 ind = Qnil; 812 /* Anything else means boundary on left and no arrows. */
813 boundary_top = boundary_bot = Qleft;
813 } 814 }
814 815
815 if (!NILP (ind)) 816 if (!NILP (ind))