Mercurial > emacs
comparison lisp/ChangeLog @ 111876:297fa92ba5bf
* lisp/files.el (auto-mode-alist): Use html-mode for *.xhtml.
(This really only affects empty files.)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 10 Dec 2010 18:48:23 -0800 |
parents | b47e85affa59 |
children | 8d22a439225b |
comparison
equal
deleted
inserted
replaced
111875:5d681b05ce9f | 111876:297fa92ba5bf |
---|---|
1 2010-12-11 Karel Klíč <kklic@redhat.com> | |
2 | |
3 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606) | |
4 | |
1 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca> | 5 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 6 |
3 Derive from prog-mode, use derived-mode-p, and fix up various | 7 Derive from prog-mode, use derived-mode-p, and fix up various |
4 minor style issues in lisp/progmodes. | 8 minor style issues in lisp/progmodes. |
5 | 9 |