From f3698889e04d90b346e79338ec6afa56ccf385dd Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 27 Oct 2022 09:55:44 -0500 Subject: Rename: alambda to thunk* --- vampire.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vampire.lisp') diff --git a/vampire.lisp b/vampire.lisp index f99d5a3..e4940f9 100644 --- a/vampire.lisp +++ b/vampire.lisp @@ -45,7 +45,7 @@ (button (:content "Create" :bind btn))) (set-on-click btn - (alambda + (thunk* (new-playlist (session-user parent) :title (value pl-title)) (reload (location (connection-body parent))))))) @@ -66,7 +66,7 @@ (a (:link url :content (playlist-title pl) :bind pl-link)))) (set-on-click pl-link - (alambda + (thunk* (setf (url (location (connection-body parent))) url))))))) -- cgit v1.2.3