# HG changeset patch # User Stefan Monnier # Date 1036204389 0 # Node ID be4301be964637b5f1e3e2467d945e93e1faa352 # Parent 16ca3f0efd8400a3e0934f0d76a57cd169a6e4da *** empty log message *** diff -r 16ca3f0efd84 -r be4301be9646 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 02 02:16:36 2002 +0000 +++ b/lisp/ChangeLog Sat Nov 02 02:33:09 2002 +0000 @@ -7,6 +7,13 @@ 2002-11-01 Stefan Monnier + * textmodes/tex-mode.el (tex-common-initialization): + comment-start-skip shouldn't match on the next line. + + * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string. + Don't bother making paragraph-start a superset of paragraph-separate. + Use line-beginning-position. + * textmodes/sgml-mode.el (sgml-skip-tag-backward) (sgml-skip-tag-forward): Deal with xml-style empty tags.