From b2d1899b6133de91ff2595cc88bdeba8b9fb543e Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 21 Jan 1992 17:25:39 +0000 Subject: [PATCH] Deleted call to ERROR-INIT. --- code/lispinit.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/lispinit.lisp b/code/lispinit.lisp index 3e23ffec4..6f4a3a7c3 100644 --- a/code/lispinit.lisp +++ b/code/lispinit.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.26 1991/12/16 18:47:09 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.27 1992/01/21 17:25:39 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -532,7 +532,6 @@ (print-and-call os-init) (print-and-call filesys-init) - (print-and-call conditions::error-init) (print-and-call reader-init) (print-and-call backq-init) -- GitLab