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:
e3b7901
)
Include RESTART in the list of USER-GLOBAL-NAMES, variables available
author
Arthur Gleckler
<edu/mit/csail/zurich/arthur>
Tue, 12 Mar 1991 23:18:51 +0000
(23:18 +0000)
committer
Arthur Gleckler
<edu/mit/csail/zurich/arthur>
Tue, 12 Mar 1991 23:18:51 +0000
(23:18 +0000)
after (DISABLE-LANGUAGE-FEATURES). This means students will have
access to it.
v7/src/sicp/studen.scm
patch
|
blob
|
history
diff --git
a/v7/src/sicp/studen.scm
b/v7/src/sicp/studen.scm
index a50cb5c412aa0b1e70bb0c156c5965c942a11de4..3c7aacf69af5eb93d9476d48a3b3732a2bc604ed 100644
(file)
--- a/
v7/src/sicp/studen.scm
+++ b/
v7/src/sicp/studen.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sicp/studen.scm,v 1.
4 1991/03/06 21:11:29 cph
Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sicp/studen.scm,v 1.
5 1991/03/12 23:18:51 arthur
Exp $
Copyright (c) 1987-91 Massachusetts Institute of Technology
@@
-362,6
+362,7
@@
MIT in each case. |#
(READ)
(READ-FROM-KEYBOARD)
(REMAINDER)
+ (RESTART)
(REVERSE)
(ROUND)
(RUNTIME)