aboutsummaryrefslogtreecommitdiffstats
path: root/scheme48.init
diff options
context:
space:
mode:
Diffstat (limited to 'scheme48.init')
-rw-r--r--scheme48.init5
1 files changed, 2 insertions, 3 deletions
diff --git a/scheme48.init b/scheme48.init
index e65ae8e..6df37b8 100644
--- a/scheme48.init
+++ b/scheme48.init
@@ -87,8 +87,8 @@
delay ;has delay and force
with-file
char-ready? ;has
+ eval ;proposed 2-argument eval
values ;proposed multiple values
- eval ;slib:eval is single argument eval.
dynamic-wind ;proposed dynamic-wind
full-continuation ;can return multiple times
macro ;R4RS appendix's DEFINE-SYNTAX
@@ -155,8 +155,7 @@
;;; Return argument
(define (identity x) x)
-;;; If your implementation provides eval, SLIB:EVAL is single argument
-;;; eval using the top-level (user) environment.
+;;; SLIB:EVAL is single argument eval using the top-level (user) environment.
(define slib:eval
(let ((eval eval)
(interaction-environment interaction-environment))