Hello,

Kyle Meyer <k...@kyleam.com> writes:

> From 37a917e4f7e4d2c05355735ab08f1f555b9dc942 Mon Sep 17 00:00:00 2001
> From: Kyle Meyer <k...@kyleam.com>
> Date: Sun, 21 Jun 2015 21:46:54 -0400
> Subject: [PATCH] org-clone-subtree-with-time-shift: Accept 0 clones

Thank you for the patch.

> -    (if (not (and (integerp n) (> n 0)))
> +    (if (not (and (integerp n) (>= n 0)))
>       (user-error "Invalid number of replications %s" n))

Nitpick: (unless (wholenump n) (user-error ...))


Otherwise, looks good.


Regards,

-- 
Nicolas Goaziou

Reply via email to