From c9226c40527780ae117e8e8c77b7ef9b18931ec8 Mon Sep 17 00:00:00 2001 From: mehbark Date: Wed, 18 Dec 2024 19:35:18 -0500 Subject: [PATCH] =?UTF-8?q?=CE=BB=20lambda=20abbrev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils.lisp b/utils.lisp index fc1742d..4f756fa 100644 --- a/utils.lisp +++ b/utils.lisp @@ -629,7 +629,8 @@ (abbrevs dbind destructuring-bind mvbind multiple-value-bind - mvsetq multiple-value-setq) + mvsetq multiple-value-setq + λ lambda) ;; not great (defmacro propmacro (propname)