Basic constructor macro for plexeme-vertical-tab structures.
(make-plexeme-vertical-tab )
This is the usual way to construct plexeme-vertical-tab structures. It simply conses together a structure with the specified fields.
This macro generates a new plexeme-vertical-tab structure from scratch. See also change-plexeme-vertical-tab, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-plexeme-vertical-tab (&rest args) (std::make-aggregate 'plexeme-vertical-tab args 'nil 'make-plexeme-vertical-tab nil))
Function:
(defun plexeme-vertical-tab nil (declare (xargs :guard t)) (cons :vertical-tab (list)))