Fixes to last set of changes.
authorChris Hanson <org/chris-hanson/cph>
Tue, 17 Nov 1992 06:05:39 +0000 (06:05 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 17 Nov 1992 06:05:39 +0000 (06:05 +0000)
v7/src/edwin/comint.scm

index a234f1b6a184ad0926e7b62302656cdf45135803..ebc5c7d72e3549c6261008c0d49042d6c0efba33 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: comint.scm,v 1.16 1992/11/16 22:40:54 cph Exp $
+$Id: comint.scm,v 1.17 1992/11/17 06:05:39 cph Exp $
 
 Copyright (c) 1991-1992 Massachusetts Institute of Technology
 
@@ -128,7 +128,7 @@ Entry to this mode runs the hooks on comint-mode-hook."
       (make-ring (ref-variable comint-input-ring-size)))
     (define-variable-local-value! buffer
        (ref-variable-object comint-last-input-end)
-      (mark-right-inserting-copy (buffer-end (current-buffer))))
+      (mark-right-inserting-copy (buffer-end buffer)))
     (define-variable-local-value! buffer
        (ref-variable-object comint-last-input-match)
       false)