More exception stuff

This commit is contained in:
2026-09-03 11:33:44 -07:00
parent dc313fafa0
commit 2533b0db7d
15 changed files with 200 additions and 76 deletions
+1 -5
View File
@@ -1,7 +1,3 @@
;; -*- mode: lisp-data -*-
(fset 'test-fun (lambda (x)
(error (list x))))
(test-fun "hi")
(function-arity (lambda (y &optional x x)))