Index: auctex/style/danish.el
diff -u auctex/style/danish.el:1.4 auctex/style/danish.el:1.5
--- auctex/style/danish.el:1.4  Sun Jun  5 11:53:41 2005
+++ auctex/style/danish.el      Mon Dec  5 10:49:11 2005
@@ -7,6 +7,10 @@
  (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


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to