]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/virtex.el
Update AUCTeX ELPA package to the new 11.87 release.
[gnu-emacs-elpa] / packages / auctex / style / virtex.el
index af44a993bc6a692f537619e34737aa2b029e5360..18f58bc211c3ff5b050d50b88203c1a6a69c0e10 100644 (file)
@@ -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 <abraham@dina.kvl.dk>
 
 ;;; 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