From ebda7384b6653099dcf565641e7d56054a76569b Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 18 Oct 2005 13:29:12 +0000 Subject: [PATCH] Revert previous change for now. It causes some additional ansi-test failures, so let's preserve the status quo until we can fix these all of these issues. --- code/error.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/error.lisp b/code/error.lisp index 40322f2e1..c06c742e6 100644 --- a/code/error.lisp +++ b/code/error.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.81 2005/10/14 16:06:23 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.82 2005/10/18 13:29:12 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -114,8 +114,7 @@ (when (and (or (not condition) (member restart associated) (not (member restart other))) - (or (not condition) - (funcall (restart-test-function restart) condition))) + (funcall (restart-test-function restart) condition)) (res restart)))) (res)))) -- GitLab