CLIM provides these command tables:
global-command-table Command Table
Summary: The "global" command table from which all command tables inherit.
user-command-table Command Table
Summary: A command table reserved for user-defined commands.
accept-values-pane Command Table
Summary: When you use an accept-values pane in a define-application-frame, you must inherit from this command table.
It is recommended that an application's command table inherit from user-command-table. user-command-table inherits from global-command-table. If your application uses an :accept-values
pane, then its command table must inherit from the accept-values-pane command table in order for it to work properly.
CLIM 2.0 User Guide - 01 Dec 2021 19:38:58