emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master edb4af7: * lisp/svg.el (svg-create): Fix a typo: xm


From: Eli Zaretskii
Subject: [Emacs-diffs] master edb4af7: * lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns. (Bug#23589)
Date: Sat, 21 May 2016 07:03:05 +0000 (UTC)

branch: master
commit edb4af7a1d1e8e0ab67b2dedad0ca0380e6866d4
Author: Puneeth Chaganti <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns.  (Bug#23589)
---
 lisp/svg.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/svg.el b/lisp/svg.el
index 0b45c5c..c4f3270 100644
--- a/lisp/svg.el
+++ b/lisp/svg.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]