Skip to content

Commit a72b8d8

Browse files
committed
fix minor stepper damage caused by a9f46ad
1 parent d057419 commit a72b8d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkgs/htdp-pkgs/htdp-lib/lang/private/teachhelp.rkt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
stx
2323
stx)]
2424
[id
25-
(stepper-syntax-property
26-
tmp-id
27-
'stepper-skipto
28-
(append skipto/cdr
29-
skipto/third))]))))
25+
tmp-id]))))
3026
#;
3127
(define (appropriate-use what)
3228
(case what

0 commit comments

Comments
 (0)