diff options
Diffstat (limited to 'extra.lisp')
-rw-r--r-- | extra.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ nothing))) (cons v vn))) -(defun surrounded (p left &optional right) +(defun surround (p left &optional right) (comp ((_ left) (body p) (_ (or right left))) |