|
From: | Hongyi Zhao |
Subject: | Re: Delete multiple repositories programmatically from elisp by supplying `y' as the answer to an interactively called function. |
Date: | Wed, 8 Dec 2021 11:45:34 +0800 |
On Wed, Dec 8, 2021 at 11:15 AM Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote: > > Hongyi Zhao wrote: > > > You can pass the universal argument to the command and force > > will be non-nil. > > > > And if you wish to use the command in an elisp program you > > can just pass the force argument you desire: > > > > (straight-remove-unused-repos 'force) > > Told you so ... > > Just > > (straight-remove-unused-repos t) Yes. Anything non-nil will do the trick. HZ
[Prev in Thread] | Current Thread | [Next in Thread] |