From edb4af7a1d1e8e0ab67b2dedad0ca0380e6866d4 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Sat, 21 May 2016 10:02:46 +0300 Subject: [PATCH] * 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 0b45c5cc0e9..c4f3270ea8a 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) -- 2.39.2