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* --- user.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user.lisp') diff --git a/user.lisp b/user.lisp index a18ecb3..6fbbf66 100644 --- a/user.lisp +++ b/user.lisp @@ -22,7 +22,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))))))) @@ -43,7 +43,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