1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

*** empty log message ***

This commit is contained in:
Stefan Monnier 2002-11-02 02:33:09 +00:00
parent 5ae0d69704
commit c55224684c

View File

@ -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.