Mercurial > emacs
changeset 48121:be4301be9646
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 02 Nov 2002 02:33:09 +0000 |
parents | 16ca3f0efd84 |
children | 770c9bc95b39 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
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.