Fix typo in name of macro.
svn: r5694 original commit: 7f9030952ed89c2ca7a45ab29e8f953926007f1a
This commit is contained in:
parent
150a413a7f
commit
cec478ab11
|
@ -105,7 +105,7 @@
|
|||
(begin
|
||||
(define-syntax prompt
|
||||
(syntax-rules ()
|
||||
[(reset expr0 expr (... ...))
|
||||
[(prompt expr0 expr (... ...))
|
||||
(call-with-prompt (lambda () expr0 expr (... ...)))]))
|
||||
(define-syntax prompt-at
|
||||
(syntax-rules ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user