all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Puneeth Chaganti <punchagan@muse-amuse.in>
To: 23589@debbugs.gnu.org
Subject: bug#23589: 25.1.50; Fix typo in svg namespace name
Date: Sat, 21 May 2016 02:18:58 +0530	[thread overview]
Message-ID: <87eg8wzc91.fsf@muse-amuse.in> (raw)


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





             reply	other threads:[~2016-05-20 20:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-20 20:48 Puneeth Chaganti [this message]
2016-05-21  7:04 ` bug#23589: 25.1.50; Fix typo in svg namespace name Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eg8wzc91.fsf@muse-amuse.in \
    --to=punchagan@muse-amuse.in \
    --cc=23589@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.