460
458
((<= link-end del-start) ;; Case 2; link-start link-end del-start del-end (eg aaBB[a]a, aaBBa[a]) 2301
461
459
;; Entire deletion after link (DO NOTHING to this link)
466
463
((and (<= del-start link-start) ;; Case 3; del-start link-start link-end del-end (eg a[aBB]aa, a[aBBa]a, aa[BBa]a, aa[BB]aa)
469
465
;; Entire link is inside deletion, (delete link)
470
466
;(set! link-deleted (- link-end link-start))
471
467
(set! link-deleted (list link-start link-end))