Coerce to a true list
Fix-true-list is a macro that expands to a call of true-list-fix with the same argument.
Macro: fix-true-list
(defmacro fix-true-list (x) (cons 'true-list-fix (cons x 'nil)))