From: Dave Love Date: Tue, 23 Jun 1998 17:45:10 +0000 (+0000) Subject: (auto-mode-alist): Map .xml to sgml-mode. X-Git-Tag: emacs-20.3~521 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86e0d95639ab4e6a76b4c1b766d6598cff4a6609;p=emacs.git (auto-mode-alist): Map .xml to sgml-mode. --- 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