]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/danish.el
Reverted commits 312, 313, and 315.
[gnu-emacs-elpa] / packages / auctex / style / danish.el
index 775fee045bbf5b076d659af489a02bd7d70f79aa..77a01642e715e49947fd02b7ab4fd4dce80294b7 100644 (file)
@@ -5,13 +5,12 @@
 (TeX-add-style-hook
  "danish"
  (lambda ()
-   (unless (eq (car TeX-quote-language) 'override)
-     (setq TeX-quote-language `("danish" "\"`" "\"'" ,TeX-quote-after-quote)))
+   (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)))
+     (font-latex-add-quotes '("\"<" "\">" french)))
    (run-hooks 'TeX-language-dk-hook)))
 
 ;;; danish.el ends here