[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] org-clone-subtree-with-time-shift: Accept 0 clones
From: |
Kyle Meyer |
Subject: |
Re: [O] [PATCH] org-clone-subtree-with-time-shift: Accept 0 clones |
Date: |
Mon, 22 Jun 2015 12:50:11 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Nicolas Goaziou <address@hidden> wrote:
>> - (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 ...))
Thanks. Updated.
0001-org-clone-subtree-with-time-shift-Accept-0-clones.patch
Description: Text Data
--
Kyle