auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/csquotes.el
Date: Sun, 05 Jun 2005 07:53:41 -0400

Index: auctex/style/csquotes.el
diff -u auctex/style/csquotes.el:1.6 auctex/style/csquotes.el:1.7
--- auctex/style/csquotes.el:1.6        Mon May  2 10:37:47 2005
+++ auctex/style/csquotes.el    Sun Jun  5 11:53:41 2005
@@ -91,9 +91,8 @@
    (when (and (> (length LaTeX-csquotes-open-quote) 0)
              (> (length LaTeX-csquotes-close-quote) 0))
      (setq TeX-quote-language
-          `(override
-            (,LaTeX-csquotes-open-quote . ,LaTeX-csquotes-close-quote)
-            ,LaTeX-csquotes-quote-after-quote)))
+          `(override ,LaTeX-csquotes-open-quote ,LaTeX-csquotes-close-quote
+                     ,LaTeX-csquotes-quote-after-quote)))
    ;; Fontification
    (when (and (featurep 'font-latex)
              (eq TeX-install-font-lock 'font-latex-setup))




reply via email to

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