Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

redo-command

Generic function

Summary

Performs the last performed command again.

Signature

redo-command command frame => #rest values

Arguments

command
An instance of type <command>.

frame
An instance of type <frame>.

Values

values
Instances of type <object>.

Library

duim-frames

Module

duim-frames

Description

Performs command again. The command is the command that was last executed using execute-command.

Note that the command described by command must be undoable.

You can both specialize this function and call it directly in your code.

See also

execute-command, page 783


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index