summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-03-04 12:16:48 +0000
committerJason Rumney <jasonr@gnu.org>2008-03-04 12:16:48 +0000
commit61fe314432955c51f6ec79ec5693e4026470aacf (patch)
tree31f75ba238eb158f2bdc9d427616a3ca96194132 /lisp
parent6f69e89bf16fdff943fddee2260f341db51042d7 (diff)
downloademacs-61fe314432955c51f6ec79ec5693e4026470aacf.tar.gz
(rng-preferred-prefix-alist): Add dublin core namespaces.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/nxml/rng-nxml.el4
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ba068a8cde..712d7aca08e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-04 Jason Rumney <jasonr@gnu.org>
+
+ * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
+ namespaces.
+
2008-03-04 Glenn Morris <rgm@gnu.org>
* textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
diff --git a/lisp/nxml/rng-nxml.el b/lisp/nxml/rng-nxml.el
index 083c637876b..6ed7ba8bd27 100644
--- a/lisp/nxml/rng-nxml.el
+++ b/lisp/nxml/rng-nxml.el
@@ -46,7 +46,9 @@
("http://www.w3.org/1999/02/22-rdf-syntax-ns#" . "rdf")
("http://www.w3.org/1999/xlink" . "xlink")
("http://www.w3.org/2001/XmlSchema" . "xsd")
- ("http://www.w3.org/2001/XMLSchema-instance" . "xsi"))
+ ("http://www.w3.org/2001/XMLSchema-instance" . "xsi")
+ ("http://purl.org/dc/elements/1.1/" . "dc")
+ ("http://purl.org/dc/terms/" . "dcterms"))
"*Alist of namespaces vs preferred prefixes."
:type '(repeat (cons :tag "With"
(string :tag "this namespace URI")