]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_window_fringes): Provide sensible fall-back
authorKim F. Storm <storm@cua.dk>
Mon, 22 Nov 2004 14:26:23 +0000 (14:26 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 22 Nov 2004 14:26:23 +0000 (14:26 +0000)
value for non-nil indicate-buffer-boundaries setting.

src/fringe.c

index 6ebbb334bbb52c3eb6a9dfd8ea2628762420129e..48974805c3caa4fb53cb9a172916c9a79528269c 100644 (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))