From 74da61ff091f9673ccb74317a2f248f540959be5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerd=20M=C3=B6llmann?= Date: Thu, 20 Oct 2022 19:03:17 +0200 Subject: [PATCH] Remove a call to pkg_break --- src/eval.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/eval.c b/src/eval.c index 9945e37ef1a..8810136c041 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1676,9 +1676,6 @@ See also the function `condition-case'. */ attributes: noreturn) (Lisp_Object error_symbol, Lisp_Object data) { - if (EQ (error_symbol, Qwrong_type_argument)) - pkg_break (); - /* If they call us with nonsensical arguments, produce "peculiar error". */ if (NILP (error_symbol) && NILP (data)) error_symbol = Qerror; -- 2.39.2