help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [External] : Continue cycling from a particular element in collectio


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'.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]