From 4e25074286e83a9e7b980e931284ad795361de94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sat, 19 Oct 2024 20:23:55 -0300 Subject: Rename surrounded to surround --- extra.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra.lisp') diff --git a/extra.lisp b/extra.lisp index 4a67d84..e99bf5b 100644 --- a/extra.lisp +++ b/extra.lisp @@ -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))) -- cgit v1.2.3