The temporary destination is a function of the _final_ destination, not of the origin of the value.

This commit is contained in:
jgarcia 2008-05-19 10:48:28 +00:00
parent b213c88975
commit dbee5bf9f9

View file

@ -113,7 +113,7 @@
(wt-nl "return(" loc ");")))
(return)))
(FRAME
(let ((*destination* (tmp-destination loc)))
(let ((*destination* (tmp-destination *destination*)))
(set-loc loc)
(setq loc *destination*))
(wt-nl "frs_pop();"))