Fix fencepost error.
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Jun 2000 03:44:29 +0000 (03:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Jun 2000 03:44:29 +0000 (03:44 +0000)
v7/src/edwin/fill.scm

index 5c6aa8c2dfe06a0ecddfa1a8021cd3a5f5b1c7a5..dcfb3838461d4922b085faa4398e8fec98664dda 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: fill.scm,v 1.66 2000/06/15 03:43:46 cph Exp $
+;;; $Id: fill.scm,v 1.67 2000/06/15 03:44:29 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
 ;;;
@@ -531,7 +531,6 @@ With argument, turn auto-fill mode on iff argument is positive."
 (define (wrap-region-as-paragraph p-start p-end fill-prefix fill-column)
   (let ((m (mark-left-inserting-copy (line-end p-start 0)))
        (group (mark-group p-start))
-       (end-index (mark-index p-end))
        (fp-length (and fill-prefix (string-length fill-prefix)))
        (target-column (fix:+ fill-column 1)))
     (let ((tab-width (group-tab-width group))