Fix thinko.
authorChris Hanson <org/chris-hanson/cph>
Fri, 29 Jan 1999 20:03:35 +0000 (20:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 29 Jan 1999 20:03:35 +0000 (20:03 +0000)
v7/src/edwin/pwedit.scm

index f207431ed054d889786b428442b98bada4d32020..f583c4c8129196713f5645cf7d5c5dcfb9b1f7b0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: pwedit.scm,v 1.3 1999/01/14 21:40:35 cph Exp $
+;;; $Id: pwedit.scm,v 1.4 1999/01/29 20:03:35 cph Exp $
 ;;;
 ;;; Copyright (c) 1999 Massachusetts Institute of Technology
 ;;;
 
 (define (short-pw-body-region point)
   (let ((end (line-end point 0)))
-    (let ((start (next-specific-property-change* point end 'PW-FORM)))
+    (let ((start
+          (next-specific-property-change* (line-start point 0) end 'PW-FORM)))
       (and start
           (mark< start end)
           (make-region start end)))))