reset-features [Function]
Purpose
The reset-features function resets all of the Loom features to their default values.
Syntax
reset-features
Arguments
This function takes no arguments.
Value
The reset-features function returns a list containing the the Loom features that are set by default.
Remarks
The default features are: :ask-about-redefinitions, :automatic-clos-classes, :clip-roles, :display-match-changes, :emit-classify-dots, :emit-match-stars, :open-world, :warn-about-syntax-corrections, :warn-on-nonprimitive-clos-classes
Examples
(reset-features) ==> (:OPEN-WORLD :EMIT-MATCH-STARS \ldots)
See Also
Last modified: Jun 1 1995