;;; -*-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
#| -*-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
"tximod")
(parent ())
(export (edwin class-macros)
- class-instance-transforms))
+ class-instance-transforms)
+ (export ()
+ edwin-reset-args))
(define-package (edwin class-macros)
(files "clsmac")