projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d743c
)
* lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns. (Bug#23589)
author
Puneeth Chaganti
<punchagan@muse-amuse.in>
Sat, 21 May 2016 07:02:46 +0000
(10:02 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 May 2016 07:02:46 +0000
(10:02 +0300)
lisp/svg.el
patch
|
blob
|
history
diff --git
a/lisp/svg.el
b/lisp/svg.el
index 0b45c5cc0e95b1d8a5795a67d25df4099eba3e33..c4f3270ea8a0cb2541a2485f4d5899cf3f10604b 100644
(file)
--- a/
lisp/svg.el
+++ b/
lisp/svg.el
@@
-36,7
+36,7
@@
any further elements added."
`((width . ,width)
(height . ,height)
(version . "1.1")
- (xml
sn
. "http://www.w3.org/2000/svg")
+ (xml
ns
. "http://www.w3.org/2000/svg")
,@(svg--arguments nil args))))
(defun svg-gradient (svg id type stops)