auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/czech.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/czech.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/czech.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/czech.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- style/czech.el      5 Jun 2005 11:53:41 -0000       1.3
+++ style/czech.el      23 Mar 2011 21:33:34 -0000      1.4
@@ -3,5 +3,6 @@
 (TeX-add-style-hook
  "czech"
  (lambda ()
-   (setq TeX-quote-language `("czech" "\\uv{" "}" ,TeX-quote-after-quote))
+   (unless (eq (car TeX-quote-language) 'override)
+     (setq TeX-quote-language `("czech" "\\uv{" "}" ,TeX-quote-after-quote)))
    (run-hooks 'TeX-language-cz-hook)))



reply via email to

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