auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/latex.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/latex.el,v
Date: Sat, 31 Oct 2009 17:03:29 +0000

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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]