From 325095d8fdc1f5b618148d0d6fb068d34b9d7a15 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 21 Nov 1990 10:35:54 +0000
Subject: [PATCH] Typo.

---
 code/exports.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index 05be66d52..f34a4c666 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.58 1990/11/21 09:27:30 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.59 1990/11/21 10:35:54 wlott Exp $
 ;;;
 ;;; All the stuff necessary to export various symbols from various packages.
 ;;;
@@ -641,7 +641,7 @@
 	  code-constant-set allocate-code-object
 	  code-instructions compute-function
 	  get-vector-subtype set-vector-subtype
-	  hash make-fixnum make-other-immediate-type
+	  halt make-fixnum make-other-immediate-type
 	  ))
 
 (in-package "LISP")
-- 
GitLab