auctex-diffs
[Top][All Lists]
Advanced

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

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


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

Index: auctex/style/german.el
diff -u auctex/style/german.el:1.12 auctex/style/german.el:1.13
--- auctex/style/german.el:1.12 Sun Jun  5 11:53:41 2005
+++ auctex/style/german.el      Mon Dec  5 10:49:11 2005
@@ -37,6 +37,10 @@
        (setq TeX-quote-language
             `("german" ,open-quote ,close-quote ,q-after-q))))
    (setq LaTeX-babel-hyphen-language "german")
+   ;; Fontification of quotation marks.
+   (when (fboundp 'font-latex-add-quotes)
+     (font-latex-add-quotes '("\"`" "\"'"))
+     (font-latex-add-quotes '("\">" "\"<" german)))
    (run-hooks 'TeX-language-de-hook)))
 
 ;;; german.el ends here




reply via email to

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