Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Sun, 10 Jan 1993 10:47:06 +0000 (10:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 10 Jan 1993 10:47:06 +0000 (10:47 +0000)
v7/src/edwin/kilcom.scm

index 247a60c02dbf6095cc1f8dc1af482eaa00721d4a..7a82b355db7eaf77a36e1471389cf56be92bc697 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/kilcom.scm,v 1.63 1991/05/10 04:57:24 cph Exp $
+;;;    $Id: kilcom.scm,v 1.64 1993/01/10 10:47:06 cph Exp $
 ;;;
-;;;    Copyright (c) 1985, 1989-91 Massachusetts Institute of Technology
+;;;    Copyright (c) 1985, 1989-93 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
@@ -101,7 +101,7 @@ Killed text is pushed onto the kill ring for retrieval."
        (cond ((not argument)
              (let ((end (line-end point 0)))
                (if (and (region-blank? (make-region point end))
-                        (not (group-end? point)))
+                        (not (group-end? end)))
                    (mark1+ end)
                    end)))
             ((positive? argument)