comparison src/fringe.c @ 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 fc159de41e11
children 4e571414ba22
comparison
equal deleted inserted replaced
58423:ad1aa0338053 58424:99a14d81043f
807 arrow_top = XCDR (pos); 807 arrow_top = XCDR (pos);
808 if (pos = Fassq (Qdown, ind), !NILP (pos)) 808 if (pos = Fassq (Qdown, ind), !NILP (pos))
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))
816 { 817 {
817 int do_eob = 1, do_bob = 1; 818 int do_eob = 1, do_bob = 1;