]> git.eshelyaron.com Git - emacs.git/commit
Allow t as a catch-all condition-case handler (Bug#24618)
authorNoam Postavsky <npostavs@gmail.com>
Fri, 10 Aug 2018 01:26:30 +0000 (21:26 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 4 Sep 2018 22:50:15 +0000 (18:50 -0400)
commit425c2811641a6b8ec4549cad5f6bd15a46bc95d5
tree18bdf8e19e80624d0c22fe6bba70e35a1e022c27
parent21637d5e5b29d5ec8fb966c0ddfbfba3eb33da38
Allow t as a catch-all condition-case handler (Bug#24618)

* src/eval.c (find_handler_clause): Accept a handler of t as always
matching.
(Fcondition_case):
* doc/lispref/control.texi (Handling Errors): Document this.
* etc/NEWS: Announce it.
doc/lispref/control.texi
etc/NEWS
src/eval.c