summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1998-06-23 17:45:10 +0000
committerDave Love <fx@gnu.org>1998-06-23 17:45:10 +0000
commit86e0d95639ab4e6a76b4c1b766d6598cff4a6609 (patch)
treeb6a68ae229cdaeffdc1141d0be7a27149ded9615 /lisp/files.el
parent6e883aeb775acda70f38bbfaf861d854c7e3467c (diff)
downloademacs-86e0d95639ab4e6a76b4c1b766d6598cff4a6609.tar.gz
(auto-mode-alist): Map .xml to sgml-mode.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 1f47dff4c31..66c00f6e8f6 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1269,6 +1269,7 @@ run `normal-mode' explicitly."
("\\.lex\\'" . c-mode)
("\\.oak\\'" . scheme-mode)
("\\.sgml?\\'" . sgml-mode)
+ ("\\.xml\\'" . sgml-mode)
("\\.dtd\\'" . sgml-mode)
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
;; .emacs following a directory delimiter