CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 09/10/31 17:03:57
Index: ChangeLog =================================================================== RCS file: /cvsroot/auctex/auctex/ChangeLog,v retrieving revision 5.1666 retrieving revision 5.1667 diff -u -b -r5.1666 -r5.1667 --- ChangeLog 25 Oct 2009 18:25:49 -0000 5.1666 +++ ChangeLog 31 Oct 2009 17:03:57 -0000 5.1667 @@ -1,3 +1,14 @@ +2009-10-31 Ralf Angeli <[email protected]> + + * tex.el (TeX-verbatim-p-function): New variable. + (TeX-verbatim-p): New function. + (TeX-in-comment): Use it. + (TeX-brace-count-line): Use `TeX-in-comment' instead of just + checking for a comment character. + + * latex.el (LaTeX-common-initialization): Set + `TeX-verbatim-p-function'. + 2009-10-25 Ralf Angeli <[email protected]> * doc/auctex.texi (Starting Viewers): Describe new viewer _______________________________________________ auctex-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-diffs
