[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/style/polish.el,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/style/polish.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/polish.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/polish.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- style/polish.el 3 Feb 2008 14:53:29 -0000 1.2
+++ style/polish.el 23 Mar 2011 21:33:34 -0000 1.3
@@ -41,7 +41,8 @@
"polish"
(lambda ()
(set-syntax-table LaTeX-polish-mode-syntax-table)
- (setq TeX-quote-language '("polish" "\"`" "\"'" t))
+ (unless (eq (car TeX-quote-language) 'override)
+ (setq TeX-quote-language '("polish" "\"`" "\"'" t)))
;; Fontification of quotation marks.
(when (fboundp 'font-latex-add-quotes)
(font-latex-add-quotes '("\"`" "\"'"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] Changes to auctex/style/polish.el,v,
Ralf Angeli <=