add missing adjust-location call
This commit is contained in:
parent
ffe07718b8
commit
6a145244d6
|
@ -146,7 +146,8 @@
|
||||||
#'extra-neg-party-argument-fn))
|
#'extra-neg-party-argument-fn))
|
||||||
lifted-neg-party
|
lifted-neg-party
|
||||||
more ...)))
|
more ...)))
|
||||||
#`(app #,(gen-slow-path-code) more ...)))]))
|
(adjust-location
|
||||||
|
#`(app #,(gen-slow-path-code) more ...))))]))
|
||||||
;; In case of partial expansion for module-level and internal-defn
|
;; In case of partial expansion for module-level and internal-defn
|
||||||
;; contexts, delay expansion until it's a good time to lift
|
;; contexts, delay expansion until it's a good time to lift
|
||||||
;; expressions:
|
;; expressions:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user