emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pkg 74da61ff09 74/76: Remove a call to pkg_break


From: Gerd Moellmann
Subject: pkg 74da61ff09 74/76: Remove a call to pkg_break
Date: Fri, 21 Oct 2022 00:16:20 -0400 (EDT)

branch: pkg
commit 74da61ff091f9673ccb74317a2f248f540959be5
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    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 9945e37ef1..8810136c04 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]