projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce22fea
)
Export EVENT-DISTRIBUTOR/RECEIVERS.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 7 Apr 2000 20:43:01 +0000
(20:43 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 7 Apr 2000 20:43:01 +0000
(20:43 +0000)
v7/src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/v7/src/runtime/runtime.pkg
b/v7/src/runtime/runtime.pkg
index f5fdaaadbf282fe23595d896b340ead08ae3f031..51a8d2e8bc51d9211cf59299c9d68665c56c14fd 100644
(file)
--- a/
v7/src/runtime/runtime.pkg
+++ b/
v7/src/runtime/runtime.pkg
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.33
8 2000/03/22 17:44:42
cph Exp $
+$Id: runtime.pkg,v 14.33
9 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!)