From 871e9c2c82f485c655a0ce97efbd9d97d9016a4c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 19 Mar 2021 10:44:56 -0700 Subject: pass function property combinator name to GENSYM Makes debugging output more useful. Signed-off-by: Sean Whitton --- src/propspec.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/propspec.lisp') diff --git a/src/propspec.lisp b/src/propspec.lisp index e59f1ce..13204d9 100644 --- a/src/propspec.lisp +++ b/src/propspec.lisp @@ -272,7 +272,7 @@ application specification expression to a property application specification." ,@docstring ,@declarations (flet ((:retprop (&rest all &key args &allow-other-keys) - (let ((psym (gensym)) + (let ((psym (gensym ,(symbol-name name))) (setprop-args (remove-from-plist all :args))) (apply #'setprop psym setprop-args) (return-from ,name (list* psym args))))) -- cgit v1.2.3