]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/amsopn.el
* GNUmakefile: Obey a .elpaignore file in a package's root directory.
[gnu-emacs-elpa] / packages / auctex / style / amsopn.el
diff --git a/packages/auctex/style/amsopn.el b/packages/auctex/style/amsopn.el
deleted file mode 100644 (file)
index 1e875d8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-;;; amsopn.el --- Style hook for the AMS-LaTeX amsopn package.
-;;;
-;;; AUTHOR: Carsten Dominik <dominik@strw.leidenuniv.nl>
-
-;;; Code:
-
-(TeX-add-style-hook "amsopn"
- (function
-  (lambda ()
-    (TeX-add-symbols
-     '("DeclareMathOperator"  "Operator (with \\)" "Text")
-     '("DeclareMathOperator*" "Operator (with \\)" "Text")
-     '("operatorname" t)
-     '("operatorname*" t)))))
-
-(defvar LaTeX-amsopn-package-options '("namelimits" "nonamelimits")
-  "Package options for the amsopn package.")
-
-;;; amsopn.el ends here.