emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 425c281 1/3: Allow t as a catch-all condition-c


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 425c281 1/3: Allow t as a catch-all condition-case handler (Bug#24618)
Date: Tue, 04 Sep 2018 22:46:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> +A CONDITION-NAME of t applies to any error symbol.

All error symbols are caught by `error` already.  Those extra conditions
caught by `t` are non-error conditions (the only one I know of is
`quit`, BTW).


        Stefan



reply via email to

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