CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    09/12/26 15:31:56

Index: tex-style.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex-style.el,v
retrieving revision 5.10
retrieving revision 5.11
diff -u -b -r5.10 -r5.11
--- tex-style.el        3 Feb 2008 14:53:32 -0000       5.10
+++ tex-style.el        26 Dec 2009 15:31:56 -0000      5.11
@@ -355,6 +355,13 @@
                                         (TeX-master-directory))))
                 (function :tag "other")))
 
+;; style/shortvrb.el
+
+(defcustom LaTeX-shortvrb-chars '(?|)
+  "List of characters toggling verbatim mode."
+  :group 'LaTeX-style
+  :type '(repeat character))
 
 (provide 'tex-style)
+
 ;;; tex-style.el ends here


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

Reply via email to