aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1998-06-23 17:45:10 +0000
committerDave Love1998-06-23 17:45:10 +0000
commit86e0d95639ab4e6a76b4c1b766d6598cff4a6609 (patch)
treeb6a68ae229cdaeffdc1141d0be7a27149ded9615
parent6e883aeb775acda70f38bbfaf861d854c7e3467c (diff)
downloademacs-86e0d95639ab4e6a76b4c1b766d6598cff4a6609.tar.gz
emacs-86e0d95639ab4e6a76b4c1b766d6598cff4a6609.zip
(auto-mode-alist): Map .xml to sgml-mode.
-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."
1269 ("\\.lex\\'" . c-mode) 1269 ("\\.lex\\'" . c-mode)
1270 ("\\.oak\\'" . scheme-mode) 1270 ("\\.oak\\'" . scheme-mode)
1271 ("\\.sgml?\\'" . sgml-mode) 1271 ("\\.sgml?\\'" . sgml-mode)
1272 ("\\.xml\\'" . sgml-mode)
1272 ("\\.dtd\\'" . sgml-mode) 1273 ("\\.dtd\\'" . sgml-mode)
1273 ("\\.ds\\(ss\\)?l\\'" . dsssl-mode) 1274 ("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
1274 ;; .emacs following a directory delimiter 1275 ;; .emacs following a directory delimiter