]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove a call to pkg_break
authorGerd Möllmann <gerd@gnu.org>
Thu, 20 Oct 2022 17:03:17 +0000 (19:03 +0200)
committerGerd Möllmann <gerd@gnu.org>
Thu, 20 Oct 2022 17:03:17 +0000 (19:03 +0200)
src/eval.c

index 9945e37ef1a6c275ec04a63a907bcb5c9ca1d5b8..8810136c0419e05460865c07945874a2498c7eac 100644 (file)
@@ -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;