GNU bug report logs - #23588
25.1.50; Fix typo in svg namespace

Previous Next

Package: emacs;

Reported by: Puneeth Chaganti <punchagan <at> muse-amuse.in>

Date: Fri, 20 May 2016 22:42:01 UTC

Severity: normal

Merged with 23589

Found in version 25.1.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23588 in the body.
You can then email your comments to 23588 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#23588; Package emacs. (Fri, 20 May 2016 22:42:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Puneeth Chaganti <punchagan <at> muse-amuse.in>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 20 May 2016 22:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Puneeth Chaganti <punchagan <at> muse-amuse.in>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.1.50; Fix typo in svg namespace
Date: Sat, 21 May 2016 02:51:21 +0530
This patch fixes a typo in the namespace when creating an svg.

- Puneeth

---
From b092211c2fcc834e5db1043c71aba60390b0f74b Mon Sep 17 00:00:00 2001
From: Puneeth Chaganti <punchagan <at> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23588; Package emacs. (Sat, 21 May 2016 07:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 23588 <at> debbugs.gnu.org (full text, mbox):

From: Puneeth Chaganti <punchagan <at> muse-amuse.in>
To: bug#23588 <23588 <at> debbugs.gnu.org>
Subject: Re: Status: 25.1.50; Fix typo in svg namespace
Date: Sat, 21 May 2016 12:53:54 +0530
bug#23588 <23588 <at> debbugs.gnu.org> writes:

close 23588




Forcibly Merged 23588 23589. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 21 May 2016 17:54:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 Jun 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.