CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    09/10/31 17:03:29

Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.456
retrieving revision 5.457
diff -u -b -r5.456 -r5.457
--- latex.el    13 Apr 2009 16:55:16 -0000      5.456
+++ latex.el    31 Oct 2009 17:03:28 -0000      5.457
@@ -765,7 +765,6 @@
   "Create new LaTeX document.
 The compatibility argument IGNORE is ignored."
   (TeX-insert-macro "documentclass")
-
   (LaTeX-newline)
   (LaTeX-newline)
   (LaTeX-newline)
@@ -5049,6 +5048,7 @@
         "\\$\\$" ; Plain TeX display math
         "\\|$\\)"))
 
+  (setq TeX-verbatim-p-function 'LaTeX-verbatim-p)
   (setq TeX-search-forward-comment-start-function
        'LaTeX-search-forward-comment-start)
 


_______________________________________________
auctex-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to