small bug in shared.ss
svn: r4772
This commit is contained in:
parent
eea7a2376c
commit
4cfa7addc3
|
@ -563,7 +563,8 @@
|
|||
;; expressions
|
||||
|
||||
(define (transfer-info to-exp from-exp)
|
||||
(let* ([attached (syntax-property to-exp 'stepper-properties (append (syntax-property from-exp 'stepper-properties)
|
||||
(let* ([attached (syntax-property to-exp 'stepper-properties (append (or (syntax-property from-exp 'stepper-properties)
|
||||
null)
|
||||
(or (syntax-property to-exp 'stepper-properties)
|
||||
null)))]
|
||||
[attached (syntax-property attached 'user-source (syntax-property from-exp 'user-source))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user