diff options
| author | W. Martin Borgert | 2010-12-04 16:45:17 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-12-04 16:45:17 -0500 |
| commit | 11cb1e35ff74fdff80d74ee3ec6d61e74b802cea (patch) | |
| tree | cef8055e73054135f0af856489d3c39f5d150bb6 /etc/schema | |
| parent | e408289fa80874b9a4d6151bfe818b6300b9886f (diff) | |
| download | emacs-11cb1e35ff74fdff80d74ee3ec6d61e74b802cea.tar.gz emacs-11cb1e35ff74fdff80d74ee3ec6d61e74b802cea.zip | |
* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
* etc/schema/schemas.xml: Handle *.dbk as DocBook.
Diffstat (limited to 'etc/schema')
| -rw-r--r-- | etc/schema/schemas.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml index 099df6b9436..6edc563b689 100644 --- a/etc/schema/schemas.xml +++ b/etc/schema/schemas.xml | |||
| @@ -22,7 +22,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> | |||
| 22 | <uri pattern="*.html" typeId="XHTML"/> | 22 | <uri pattern="*.html" typeId="XHTML"/> |
| 23 | <uri pattern="*.rng" typeId="RELAX NG"/> | 23 | <uri pattern="*.rng" typeId="RELAX NG"/> |
| 24 | <uri pattern="*.rdf" typeId="RDF"/> | 24 | <uri pattern="*.rdf" typeId="RDF"/> |
| 25 | 25 | <uri pattern="*.dbk" typeId="DocBook"/> | |
| 26 | |||
| 26 | <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> | 27 | <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> |
| 27 | <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> | 28 | <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> |
| 28 | <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/> | 29 | <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/> |