diff options
author | Dave Love <fx@gnu.org> | 1998-06-23 17:45:10 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1998-06-23 17:45:10 +0000 |
commit | 86e0d95639ab4e6a76b4c1b766d6598cff4a6609 (patch) | |
tree | b6a68ae229cdaeffdc1141d0be7a27149ded9615 /lisp/files.el | |
parent | 6e883aeb775acda70f38bbfaf861d854c7e3467c (diff) | |
download | emacs-86e0d95639ab4e6a76b4c1b766d6598cff4a6609.tar.gz |
(auto-mode-alist): Map .xml to sgml-mode.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 1 |
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 |