diff --git a/code/error.lisp b/code/error.lisp index e05778c1a8000f6ceccde69b5e45e62cbc5034cb..40322f2e10f8b3496cc8c54298e874cede936c9e 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.80 2005/09/09 19:36:34 pmai Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.81 2005/10/14 16:06:23 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -114,7 +114,8 @@ (when (and (or (not condition) (member restart associated) (not (member restart other))) - (funcall (restart-test-function restart) condition)) + (or (not condition) + (funcall (restart-test-function restart) condition))) (res restart)))) (res))))