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/property/disk.lisp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/property/disk.lisp') diff --git a/src/property/disk.lisp b/src/property/disk.lisp index 3fa97ee..04393ce 100644 --- a/src/property/disk.lisp +++ b/src/property/disk.lisp @@ -925,10 +925,9 @@ filesystems will be incrementally updated when other properties change." if (and physical-disk-p (not found) (slot-boundp volume 'volume-contents)) do (setq found t) - and collect (let ((copy (copy-volume-and-contents volume))) - (change-class copy 'raw-disk-image) - (setf (image-file copy) image-pathname) - copy) + and collect (aprog1 (copy-volume-and-contents volume) + (change-class it 'raw-disk-image) + (setf (image-file it) image-pathname)) else unless physical-disk-p collect volume finally -- cgit v1.2.3