emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#23589: closed (25.1.50; Fix typo in svg namespace


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23589: closed (25.1.50; Fix typo in svg namespace name)
Date: Sat, 21 May 2016 07:05:01 +0000

Your message dated Sat, 21 May 2016 10:04:24 +0300
with message-id <address@hidden>
and subject line Re: bug#23589: 25.1.50; Fix typo in svg namespace name
has caused the debbugs.gnu.org bug report #23589,
regarding 25.1.50; Fix typo in svg namespace name
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23589
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; Fix typo in svg namespace name 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 <address@hidden>
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#23589: 25.1.50; Fix typo in svg namespace name Date: Sat, 21 May 2016 10:04:24 +0300
> From: Puneeth Chaganti <address@hidden>
> 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 <address@hidden>
> 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.


--- End Message ---

reply via email to

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