Mercurial > emacs
comparison lisp/ChangeLog @ 48121:be4301be9646
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 02 Nov 2002 02:33:09 +0000 |
parents | 7897f914f414 |
children | 8672c645e6ae |
comparison
equal
deleted
inserted
replaced
48120:16ca3f0efd84 | 48121:be4301be9646 |
---|---|
4 reformatting at all. New choice 'tag reformats tag but shows | 4 reformatting at all. New choice 'tag reformats tag but shows |
5 the section reference. | 5 the section reference. |
6 (Info-fontify-node): Use it. | 6 (Info-fontify-node): Use it. |
7 | 7 |
8 2002-11-01 Stefan Monnier <monnier@cs.yale.edu> | 8 2002-11-01 Stefan Monnier <monnier@cs.yale.edu> |
9 | |
10 * textmodes/tex-mode.el (tex-common-initialization): | |
11 comment-start-skip shouldn't match on the next line. | |
12 | |
13 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string. | |
14 Don't bother making paragraph-start a superset of paragraph-separate. | |
15 Use line-beginning-position. | |
9 | 16 |
10 * textmodes/sgml-mode.el (sgml-skip-tag-backward) | 17 * textmodes/sgml-mode.el (sgml-skip-tag-backward) |
11 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags. | 18 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags. |
12 | 19 |
13 2002-11-01 Kim F. Storm <storm@cua.dk> | 20 2002-11-01 Kim F. Storm <storm@cua.dk> |