]> code.delx.au - gnu-emacs/blobdiff - lisp/svg.el
Remove some face aliases obsoleted in 22.1
[gnu-emacs] / lisp / svg.el
index 0b45c5cc0e95b1d8a5795a67d25df4099eba3e33..c4f3270ea8a0cb2541a2485f4d5899cf3f10604b 100644 (file)
@@ -36,7 +36,7 @@ any further elements added."
            `((width . ,width)
              (height . ,height)
              (version . "1.1")
-             (xmlsn . "http://www.w3.org/2000/svg")
+             (xmlns . "http://www.w3.org/2000/svg")
              ,@(svg--arguments nil args))))
 
 (defun svg-gradient (svg id type stops)