all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#23589: 25.1.50; Fix typo in svg namespace name
@ 2016-05-20 20:48 Puneeth Chaganti
  2016-05-21  7:04 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Puneeth Chaganti @ 2016-05-20 20:48 UTC (permalink / raw)
  To: 23589


This commit fixes a minor typo in the namespace for an svg image.

From b092211c2fcc834e5db1043c71aba60390b0f74b Mon Sep 17 00:00:00 2001
From: Puneeth Chaganti <punchagan@muse-amuse.in>
Date: Fri, 20 May 2016 14:10:30 +0530
Subject: [PATCH] Fix typo in svg namespace name

* lisp/svg.el (svg-create): s/xmlsn/xmlns.
---
 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 @@ svg-create
 	    `((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.7.4





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#23589: 25.1.50; Fix typo in svg namespace name
  2016-05-20 20:48 bug#23589: 25.1.50; Fix typo in svg namespace name Puneeth Chaganti
@ 2016-05-21  7:04 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2016-05-21  7:04 UTC (permalink / raw)
  To: Puneeth Chaganti; +Cc: 23589-done

> From: Puneeth Chaganti <punchagan@muse-amuse.in>
> Date: Sat, 21 May 2016 02:18:58 +0530
> 
> 
> This commit fixes a minor typo in the namespace for an svg image.
> 
> >From b092211c2fcc834e5db1043c71aba60390b0f74b Mon Sep 17 00:00:00 2001
> From: Puneeth Chaganti <punchagan@muse-amuse.in>
> Date: Fri, 20 May 2016 14:10:30 +0530
> Subject: [PATCH] Fix typo in svg namespace name
> 
> * lisp/svg.el (svg-create): s/xmlsn/xmlns.

Thanks, pushed.

Btw, the email you used here is different from the FSF copyright
records, so perhaps in the future you could fix that, to avoid
confusion.  TIA.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-21  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20 20:48 bug#23589: 25.1.50; Fix typo in svg namespace name Puneeth Chaganti
2016-05-21  7:04 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.