aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-11-02 02:33:09 +0000
committerStefan Monnier <[email protected]>2002-11-02 02:33:09 +0000
commitc55224684cc0d9a499112f9994ec4bd02d11207a (patch)
treed4ed41e52311487054eded95ff1a0cfe92be2e14
parent5ae0d69704f5c3f505a642db8e8895c4e1f764a1 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fd2bf3bb8c..4a5e76d615 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,13 @@
2002-11-01 Stefan Monnier <[email protected]>
+ * 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.