Constructor macro for honsed vl-iframe-p structures.
Syntax:
(make-honsed-vl-iframe [:initially-activep <initially-activep>] [:some-thing-satisfiedp <some-thing-satisfiedp>] [:already-saw-elsep <already-saw-elsep>])
This is identical to make-vl-iframe, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-vl-iframe (&rest args) (std::make-aggregate 'vl-iframe args '((:initially-activep) (:some-thing-satisfiedp) (:already-saw-elsep)) 'make-honsed-vl-iframe t))