diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 0cc341a19..e82726a8b 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -3330,8 +3330,8 @@ signals old-handlers)))))) (defmacro false-if-exception (expr) - `(,catch #t (,lambda () ,expr) - (,lambda args #f))) + `(catch #t (lambda () ,expr) + (lambda args #f))) ;;; This hook is run at the very end of an interactive session. ;;;