CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 10/09/12 10:00:16
Index: virtex.el =================================================================== RCS file: /cvsroot/auctex/auctex/style/virtex.el,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- virtex.el 23 Jan 1994 08:14:44 -0000 1.1 +++ virtex.el 12 Sep 2010 10:00:12 -0000 1.2 @@ -1,11 +1,10 @@ ;;; virtex.el - Common code for all TeX formats. -;; $Id: virtex.el,v 1.1 1994/01/23 08:14:44 amanda Exp $ +;; Author: Per Abrahamsen <[email protected]> ;;; Code: (TeX-add-style-hook "virtex" - (function (lambda () (TeX-add-symbols "/" "above" "abovedisplayshortskip" "abovedisplayskip" "abovewithdelims" "accent" @@ -78,6 +77,6 @@ "vcenter" "vfil" "vfill" "vfilneg" "vfuzz" "voffset" "vrule" "vsize" "vskip" "vss" "vtop" "wd" "widowpenalty" "write" "xdef" "xleaders" - "xspaceskip" "year")))) + "xspaceskip" "year"))) ;;; virtex.el ends here _______________________________________________ auctex-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-diffs
