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,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/danish.el,v
Date: Wed, 23 Mar 2011 21:33:35 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    11/03/23 21:33:34

Index: style/danish.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/danish.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- style/danish.el     6 Sep 2010 20:18:35 -0000       1.6
+++ style/danish.el     23 Mar 2011 21:33:34 -0000      1.7
@@ -5,7 +5,8 @@
 (TeX-add-style-hook
  "danish"
  (lambda ()
-   (setq TeX-quote-language `("danish" "\"`" "\"'" ,TeX-quote-after-quote))
+   (unless (eq (car TeX-quote-language) 'override)
+     (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)



reply via email to

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