diff options
-rw-r--r-- | util.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ otherwise unless when eq boundp)) +(setq t 't) +(setq nil ()) + (%macroset '%defmacro (%lambda args (let ((form (car args))) |