CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    10/09/11 09:38:22

Index: doc.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/doc.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- doc.el      25 May 2008 07:33:11 -0000      1.9
+++ doc.el      11 Sep 2010 09:38:22 -0000      1.10
@@ -57,7 +57,6 @@
 
 (TeX-add-style-hook
  "doc"
- (function
   (lambda ()
     (add-to-list (make-local-variable 'LaTeX-indent-environment-list)
                 '("macrocode" current-indentation))
@@ -151,7 +150,8 @@
      "DocInclude"
      "GetFileInfo"
      "filename"
-     "fileinfo"))))
+    "fileinfo")
+   (TeX-run-style-hooks "shortvrb")))
 
 ;; Local Variables:
 ;; coding: iso-8859-1

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

Reply via email to