[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



In case you don't know it defstruct indents like defun.

(defstruct (graph)
	   graph-nodes
   graph-frobs
   ...)

This is right for most thing that start with "def" but is a royal
pain in the ass otherwise.