diff options
| author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 14:04:34 +0200 |
|---|---|---|
| committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 14:04:34 +0200 |
| commit | eb4cebd18d1fc9c94773ae46cf1377093955f802 (patch) | |
| tree | 95b80e367ce54086500f59cc02d865f824836ccc | |
| parent | 315e73730a0d1e3e00d8c567866465be8914ab03 (diff) | |
Define T and NIL as global variables.
| -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))) |
