diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb0ffae62a7..171adba7674 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2001-10-26 Sam Steingold <sds@gnu.org> | 1 | 2001-10-26 Sam Steingold <sds@gnu.org> |
| 2 | 2 | ||
| 3 | * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the | 3 | * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the |
| 4 | DOCTYPE. | 4 | DOCTYPE; set `mode-name' based on it. |
| 5 | (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd". | 5 | (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd". |
| 6 | (sgml-tag): Close empty tags in XHTML. | 6 | (sgml-tag): Close empty tags in XHTML. |
| 7 | 7 | ||