diff --git a/changelog b/changelog
index bbd6b31..bb22690 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090821 tpd src/axiom-website/patches.html 20090821.02.amr.patch
+20090821 amr src/interp/parsing.lisp missing @ at end of source
 20090821 tpd src/axiom-website/patches.html 20090821.01.tpd.patch
 20090821 tpd src/interp/Makefile move i-eval.boot to i-eval.lisp
 20090821 tpd src/interp/i-eval.lisp added, rewritten from i-eval.boot
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index d848582..da45f8b 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -1826,5 +1826,7 @@ i-coerce.lisp rewrite from boot to lisp<br/>
 i-coerfn.lisp rewrite from boot to lisp<br/>
 <a href="patches/20090821.01.tpd.patch">20090821.01.tpd.patch</a>
 i-eval.lisp rewrite from boot to lisp<br/>
+<a href="patches/20090821.02.amr.patch">20090822.01.amr.patch</a>
+parsing.lisp missing @ at end of source<br/>
  </body>
 </html>
diff --git a/src/interp/parsing.lisp.pamphlet b/src/interp/parsing.lisp.pamphlet
index c324a87..8ac56b3 100644
--- a/src/interp/parsing.lisp.pamphlet
+++ b/src/interp/parsing.lisp.pamphlet
@@ -5181,7 +5181,7 @@ postpar
 ;;;     ***       |deepestExpression| REDEFINED
 
 (DEFUN |deepestExpression| (|x|) (PROG (|ISTMP#1| |y|) (RETURN (COND ((AND (PAIRP |x|) (EQ (QCAR |x|) (QUOTE !)) (PROGN (SPADLET |ISTMP#1| (QCDR |x|)) (AND (PAIRP |ISTMP#1|) (EQ (QCDR |ISTMP#1|) NIL) (PROGN (SPADLET |y| (QCAR |ISTMP#1|)) (QUOTE T))))) (|deepestExpression| |y|)) ((QUOTE T) |x|))))) 
-;;;Boot translation finished for postpar.boot
+@
 \eject
 \begin{thebibliography}{99}
 \bibitem{1} nothing
