Skip to content
Snippets Groups Projects
Commit dd2e7673 authored by Liam M. Healy's avatar Liam M. Healy
Browse files

New argument to defmobject

Add key argument :initialize-when-making to defmobject, which controls
whether initialization (by calling reinitialize-instance or some other
function) happens when the make-* function defined by this macro is
called. Choices are
  T=yes always
  NIL=no
  :default-T=optional (default T)
  :default-NIL=optional (default NIL)
and the default is T to be consistent with previous behavior.

This is used in the newly defined defmobject 'permutation.
parent 35688357
Branches
Tags 3.1.7.40
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment