X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/d9da7341cc3c5a7fa4bba1ff50305130e8864933..a6d960ea153c964ffbb89627c1135c3226b28a02:/packages/auctex/style/virtex.el diff --git a/packages/auctex/style/virtex.el b/packages/auctex/style/virtex.el index 18f58bc21..af44a993b 100644 --- a/packages/auctex/style/virtex.el +++ b/packages/auctex/style/virtex.el @@ -1,10 +1,11 @@ ;;; virtex.el - Common code for all TeX formats. -;; Author: Per Abrahamsen +;; $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