From: Gerd Möllmann Date: Thu, 20 Oct 2022 17:03:17 +0000 (+0200) Subject: Remove a call to pkg_break X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74da61ff091f9673ccb74317a2f248f540959be5;p=emacs.git Remove a call to pkg_break --- 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;