+2009-09-18 Chong Yidong <cyd@stupidchicken.com>
+
+ * files.el (auto-mode-alist): Change default for XML files to nXML
+ mode (Bug#4169).
+
2009-09-18 Juanma Barranquero <lekktu@gmail.com>
* server.el (server-ensure-safe-dir): Pass 'integer
("\\`/tmp/fol/" . text-mode)
("\\.oak\\'" . scheme-mode)
("\\.sgml?\\'" . sgml-mode)
- ("\\.x[ms]l\\'" . xml-mode)
+ ("\\.x[ms]l\\'" . nxml-mode)
("\\.dtd\\'" . sgml-mode)
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.js\\'" . js-mode) ; javascript-mode would be better