Fix bug in TOPIC-REGION.
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 17 Apr 1992 21:09:16 +0000 (21:09 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 17 Apr 1992 21:09:16 +0000 (21:09 +0000)
v7/src/edwin/outline.scm

index 70c9fefd5030b1bcd57b09edb3534fa4413b6ffe..dc831fac0727ff54a0544b3535a66d8294952575 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/outline.scm,v 1.2 1992/04/17 20:54:59 arthur Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/outline.scm,v 1.3 1992/04/17 21:09:16 arthur Exp $
 ;;;
 ;;;    Copyright (c) 1992 Massachusetts Institute of Technology
 ;;;
@@ -191,7 +191,7 @@ match, the deeper our level in the outline."
                            (re-match-start 0)
                            (next-topic (re-match-end 0))))))
               (group-end mark)))
-         (current-region)))))
+         (make-region (group-start mark) (group-end mark))))))
 
 (define-command narrow-to-topic
   "Narrow to show the current outline level only."