Fixing inverse bug

db4
Daniel Ehrenberg 2008-02-16 00:52:01 -06:00
parent c8853094b3
commit c1e7ee6bc6
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ M: math-inverse inverse
[ drop swap-inverse ] [ pull-inverse ] if ;
M: pop-inverse inverse
[ "pop-length" word-prop cut-slice swap ] keep
[ "pop-length" word-prop cut-slice swap >quotation ] keep
"pop-inverse" word-prop compose call ;
: (undo) ( revquot -- )