From: Chris Hanson Date: Fri, 7 Apr 2000 20:43:01 +0000 (+0000) Subject: Export EVENT-DISTRIBUTOR/RECEIVERS. X-Git-Tag: 20090517-FFI~4076 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5bd013edc98c95b58f8fa040cb4494c76aa2e015;p=mit-scheme.git Export EVENT-DISTRIBUTOR/RECEIVERS. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index f5fdaaadb..51a8d2e8b 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.338 2000/03/22 17:44:42 cph Exp $ +$Id: runtime.pkg,v 14.339 2000/04/07 20:43:01 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology @@ -824,6 +824,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (export () add-event-receiver! event-distributor/invoke! + event-distributor/receivers event-distributor? make-event-distributor remove-event-receiver!)