com-undo ( editor -- ) (original) (raw)

com-undo ( editor -- )

Vocabulary
ui.gadgets.editors

Inputs

editor an object

Outputs
None

Definition

USING: accessors documents ;

IN: ui.gadgets.editors

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