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

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

Re: [External] : Exiting from mapc


From: Eduardo Ochs
Subject: Re: [External] : Exiting from mapc
Date: Wed, 1 Jan 2025 23:21:13 -0300

On Wed, 1 Jan 2025 at 20:15, Heime via Users list for the GNU Emacs
text editor <help-gnu-emacs@gnu.org> wrote:
>
> How can one get  the result of the throw?  With a let?

;; See: (info "(elisp)Catch and Throw")
(catch 'a (throw 'a 'b))

  Cheers,
    Eduardo



reply via email to

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