xml.entities: use with-variable in with-entities.

char-rename
John Benediktsson 2016-12-05 10:38:26 -08:00
parent d9cdb80b90
commit 4717d39e69
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ CONSTANT: entities
}
: with-entities ( entities quot -- )
[ swap extra-entities set call ] with-scope ; inline
[ extra-entities ] dip with-variable ; inline