]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/danish.el
* GNUmakefile: Obey a .elpaignore file in a package's root directory.
[gnu-emacs-elpa] / packages / auctex / style / danish.el
diff --git a/packages/auctex/style/danish.el b/packages/auctex/style/danish.el
deleted file mode 100644 (file)
index 775fee0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-;;; danish.el --- Setup AUCTeX for editing Danish text.
-
-;;; Code:
-
-(TeX-add-style-hook
- "danish"
- (lambda ()
-   (unless (eq (car TeX-quote-language) 'override)
-     (setq TeX-quote-language `("danish" "\"`" "\"'" ,TeX-quote-after-quote)))
-   (setq LaTeX-babel-hyphen-language "danish")
-   ;; Fontification of quotation marks.
-   (when (fboundp 'font-latex-add-quotes)
-     (font-latex-add-quotes '("\"`" "\"'"))
-     (font-latex-add-quotes '("\">" "\"<" german)))
-   (run-hooks 'TeX-language-dk-hook)))
-
-;;; danish.el ends here