Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- 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 <monnier@cs.yale.edu> + * 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 <foo/> empty tags.