diff --git a/code/exports.lisp b/code/exports.lisp
index 7b2afb3a58bea7d3671f5f45ce8de61a8e0be374..f0bb3203ca957dfe43ae517098a0aa00d3f963d3 100644
--- a/code/exports.lisp
+++ b/code/exports.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/exports.lisp,v 1.81 1992/05/18 23:03:43 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.82 1992/05/21 23:26:21 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1645,7 +1645,7 @@
 (defpackage "NEW-ASSEM"
   (:export "EMIT-BYTE" "EMIT-SKIP" "EMIT-BACK-PATCH" "EMIT-CHOOSER"
 	   "DEFINE-EMITTER" "DEFINE-INSTRUCTION" "DEFINE-INSTRUCTION-MACRO"
-	   "DEF-ASSEMBLER-PARAMS"
+	   "DEF-ASSEMBLER-PARAMS" "EMIT-POSTIT"
 
 	   "MAKE-SEGMENT" "SEGMENT-NAME" "ASSEMBLE" "ALIGN" "INST"
 	   "LABEL" "LABEL-P" "GEN-LABEL" "EMIT-LABEL" "LABEL-POSITION"