auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/style/danish.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/danish.el
Date: Mon, 05 Dec 2005 05:49:12 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]