Add variable `edwin-reset-args' which is passed to `edwin-reset' on
authorChris Hanson <org/chris-hanson/cph>
Wed, 26 Apr 1989 18:53:34 +0000 (18:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 26 Apr 1989 18:53:34 +0000 (18:53 +0000)
its first call.

v7/src/edwin/editor.scm
v7/src/edwin/edwin.pkg

index f466d00c7df8b263dcd6ab986f984977e756894a..45b898d0ecf5a7fd24a87a17a78b9416fb6f3d14 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/editor.scm,v 1.185 1989/04/15 00:48:32 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/editor.scm,v 1.186 1989/04/26 18:53:20 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989 Massachusetts Institute of Technology
 ;;;
 
 (declare (usual-integrations))
 \f
+(define edwin-reset-args
+  '())
+
 (define (edwin)
   (if (not edwin-editor)
-      (edwin-reset))
+      (apply edwin-reset edwin-reset-args))
   (call-with-current-continuation
    (lambda (continuation)
      (bind-condition-handler
index 71c6dbeb272a0529ac6793cc42f59c4916956cc9..df83b6f08acd424ca50ca2ee62bdea4e2335f1e8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.3 1989/04/15 00:48:50 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.4 1989/04/26 18:53:34 cph Exp $
 
 Copyright (c) 1989 Massachusetts Institute of Technology
 
@@ -98,7 +98,9 @@ MIT in each case. |#
         "tximod")
   (parent ())
   (export (edwin class-macros)
-         class-instance-transforms))
+         class-instance-transforms)
+  (export ()
+         edwin-reset-args))
 
 (define-package (edwin class-macros)
   (files "clsmac")