]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/virtex.el
Reverted commits 312, 313, and 315.
[gnu-emacs-elpa] / packages / auctex / style / virtex.el
index 18f58bc211c3ff5b050d50b88203c1a6a69c0e10..af44a993bc6a692f537619e34737aa2b029e5360 100644 (file)
@@ -1,10 +1,11 @@
 ;;; virtex.el - Common code for all TeX formats.
 
-;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
+;; $Id: virtex.el,v 1.1 1994/01/23 08:14:44 amanda Exp $
 
 ;;; Code:
 
 (TeX-add-style-hook "virtex"
+ (function
   (lambda ()
     (TeX-add-symbols "/" "above" "abovedisplayshortskip"
                     "abovedisplayskip" "abovewithdelims" "accent"
@@ -77,6 +78,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