X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/93098e354d2845727d8ce74c398d3d6f75265e69..fe623377defcfb3a80ce30b2b4c8f62d9999818f:/packages/auctex/style/polish.el diff --git a/packages/auctex/style/polish.el b/packages/auctex/style/polish.el index 312274af9..1538f9c22 100644 --- a/packages/auctex/style/polish.el +++ b/packages/auctex/style/polish.el @@ -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 '("\"`" "\"'"))