diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet
index 2ce4753..505590a 100644
--- a/books/bookvol10.3.pamphlet
+++ b/books/bookvol10.3.pamphlet
@@ -20684,12 +20684,12 @@ DifferentialSparseMultivariatePolynomial(R, S, V):
   Implementation ==> P add
     retractIfCan(p:$):Union(SMP, "failed") ==
       zero? order p =>
-        map(retract(#1)@S :: SMP, #1::SMP, p)$PCL(
+        map(x+->retract(x)@S :: SMP,y+->y::SMP, p)$PCL(
                                   IndexedExponents V, V, R, $, SMP)
       "failed"
 
     coerce(p:SMP):$ ==
-      map(#1::V::$, #1::$, p)$PCL(IndexedExponents S, S, R, SMP, $)
+      map(x+->x::V::$, y+->y::$, p)$PCL(IndexedExponents S, S, R, SMP, $)
 
 @
 <<DSMP.dotabb>>=
diff --git a/changelog b/changelog
index 4ac2b6f..05fb717 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090509 tpd src/axiom-website/patches.html 20090509.11.tpd.patch
+20090509 tpd books/bookvol10.3 DSMP +-> conversion
 20090509 tpd src/axiom-website/patches.html 20090509.10.tpd.patch
 20090509 tpd books/bookvol10.2 DIAGG +-> conversion
 20090509 tpd src/axiom-website/patches.html 20090509.09.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 8b4e462..cb668c3 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -1152,5 +1152,7 @@ bookvol10.4 INTAF +-> conversion<br/>
 bookvol10.3 CONTFRAC +-> conversion<br/>
 <a href="patches/20090509.10.tpd.patch">20090509.10.tpd.patch</a>
 bookvol10.2 DIAGG +-> conversion<br/>
+<a href="patches/20090509.11.tpd.patch">20090509.11.tpd.patch</a>
+bookvol10.3 DSMP +-> conversion<br/>
  </body>
 </html>
