From 8f715179f298ad67fcda1eb3f6eb7d1153a7db5d Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 24 Feb 1992 06:31:32 +0000 Subject: [PATCH] typo --- tools/worldload.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/worldload.lisp b/tools/worldload.lisp index a35a8d0d0..62f4157a6 100644 --- a/tools/worldload.lisp +++ b/tools/worldload.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.42 1992/02/24 05:52:43 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.43 1992/02/24 06:31:32 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -114,6 +114,7 @@ (list* (make-info-environment) (compact-info-environment (first *info-environment*) + :name (concatenate 'string (c:backend-name c:*backend*) " backend")) (rest *info-environment*))) (purify :root-structures '(compile-file))) -- GitLab