From a1006865033988884f1f13e93e497eb0ec28abe4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 21 Mar 2023 16:52:33 -0700 Subject: PERIODIC:AT-MOST: use &BODY not &REST Signed-off-by: Sean Whitton --- src/property/periodic.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/property/periodic.lisp b/src/property/periodic.lisp index 22a462d..03b0b6b 100644 --- a/src/property/periodic.lisp +++ b/src/property/periodic.lisp @@ -20,7 +20,7 @@ ;; Use of this combinator requires always supplying a description, to reduce ;; the chance of accidental description clashes. -(defmacro at-most (period desc &rest propapps) +(defmacro at-most (period desc &body propapps) "Only attempt to apply PROPAPPS at most every PERIOD. Supported values for PERIOD are :each-reboot, :hourly, :daily, :weekly, :monthly, :yearly. It is assumed that a month has 30 days and a year has 365.25 days. -- cgit v1.2.3