|
From: | Drew Adams |
Subject: | RE: [External] : Continue cycling from a particular element in collection |
Date: | Tue, 22 Aug 2023 21:20:50 +0000 |
> (interactive > (let ( (csel '("alpha" "beta" "gamma" "theta")) ;; ) <==== missing > (list > (completing-read "Imprint: " csel nil t "alpha")) )) Close your `let' binding before trying to return a value for `interactive'.
[Prev in Thread] | Current Thread | [Next in Thread] |