From 210a2d70570792f8fac53960557232de910bff37 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 5 Sep 2021 15:38:46 -0700 Subject: add dep on Anaphora and use APROG1, ALET & AAND in various places Signed-off-by: Sean Whitton --- src/propspec.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/propspec.lisp') diff --git a/src/propspec.lisp b/src/propspec.lisp index e1607af..1fa6744 100644 --- a/src/propspec.lisp +++ b/src/propspec.lisp @@ -76,9 +76,8 @@ manual." (lambda (form env &aux (c (and (listp form) (car form)))) (declare (ignore env)) (cond ((and c (isprop c)) - (let ((gensym (gensym))) - (push (cons gensym form) replaced-propapps) - gensym)) + (aprog1 (gensym) + (push (cons it form) replaced-propapps))) ;; We also look for any symbols without function or ;; property definitions occurring in function call ;; positions. These could potentially be properties -- cgit v1.2.3