]> 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 77a0164..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-;;; danish.el --- Setup AUCTeX for editing Danish text.
-
-;;; Code:
-
-(TeX-add-style-hook
- "danish"
- (lambda ()
-   (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 '("\"<" "\">" french)))
-   (run-hooks 'TeX-language-dk-hook)))
-
-;;; danish.el ends here