diff --git a/changelog b/changelog
index 4efff31..e3a5cc6 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090926 tpd src/axiom-website/patches.html 20090926.02.tpd.patch
+20090926 tpd src/interp/htcheck.lisp cleanup
 20090926 tpd src/axiom-website/patches.html 20090926.01.tpd.patch
 20090926 tpd src/interp/package.lisp cleanup
 20090925 tpd src/axiom-website/patches.html 20090925.03.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index a30738d..bfa9270 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -2034,5 +2034,7 @@ src/interp/iterator.lisp cleanup<br/>
 src/interp/modemap.lisp cleanup<br/>
 <a href="patches/20090926.01.tpd.patch">20090926.01.tpd.patch</a>
 src/interp/package.lisp cleanup<br/>
+<a href="patches/20090926.02.tpd.patch">20090926.02.tpd.patch</a>
+src/interp/htcheck.lisp cleanup<br/>
  </body>
 </html>
diff --git a/src/interp/htcheck.lisp.pamphlet b/src/interp/htcheck.lisp.pamphlet
index fa3848e..35941de 100644
--- a/src/interp/htcheck.lisp.pamphlet
+++ b/src/interp/htcheck.lisp.pamphlet
@@ -94,6 +94,7 @@
 
 (DEFUN |buildHtMacroTable| ()
   (PROG (|fn| |instream| |line| |ISTMP#1| |string| |numOfArgs| |s| |n|)
+  (declare (special |$htMacroTable| |$primitiveHtCommands|))
     (RETURN
       (SEQ (PROGN
              (SPADLET |$htMacroTable| (MAKE-HASHTABLE 'UEQUAL))
