com-undo ( editor -- )
Vocabularyui.gadgets.editors
Inputs
OutputsNone
Definition
USING: accessors documents ;
IN: ui.gadgets.editors
: com-undo ( editor -- ) model>> undo ;