Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 12 Oct 1994 01:42:43 +0000 (01:42 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 12 Oct 1994 01:42:43 +0000 (01:42 +0000)
v7/src/edwin/debug.scm

index a0a05ccdf851f7f89b5fb88d3c7df9c6d6934c1b..0ec3e8ca1050a17f7b99a4be1da39c8d0716a6b0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: debug.scm,v 1.30 1994/10/11 23:09:58 cph Exp $
+;;;    $Id: debug.scm,v 1.31 1994/10/12 01:42:43 cph Exp $
 ;;;
 ;;;    Copyright (c) 1992-94 Massachusetts Institute of Technology
 ;;;
@@ -87,7 +87,9 @@
        indentation
        port))
     (if (and start-mark end-mark)
-       (highlight-region-excluding-indentation start-mark end-mark))
+       (highlight-region-excluding-indentation
+        (make-region start-mark end-mark)
+        #t))
     (if start-mark (mark-temporary! start-mark))
     (if end-mark (mark-temporary! end-mark))))
 \f