]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 2 Nov 2002 02:33:09 +0000 (02:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 2 Nov 2002 02:33:09 +0000 (02:33 +0000)
lisp/ChangeLog

index fd2bf3bb8c16d22e1b61f537f7bc6e611f982b4e..4a5e76d61514750929e6505a95f83ae07ea935e2 100644 (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.