com-undo ( editor -- )


Vocabulary
ui.gadgets.editors

Definition
USING: accessors documents ;

IN: ui.gadgets.editors

: com-undo ( editor -- ) model>> undo ;