]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/polish.el
Update AUCTeX ELPA package to the new 11.87 release.
[gnu-emacs-elpa] / packages / auctex / style / polish.el
index 312274af90cfe5c95c6edcc11a565a5ec0fc9c7a..1538f9c22f4b5f6a1bb6ff994702099d892fc564 100644 (file)
@@ -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 '("\"`" "\"'"))