]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/bulgarian.el
Update AUCTeX ELPA package to the new 11.87 release.
[gnu-emacs-elpa] / packages / auctex / style / bulgarian.el
index 3eb0144b8e9628f9a8b2360d159a12a577ac024b..77cb2b28cfbf5ae8c822d05c4e9e57efd9820704 100644 (file)
@@ -41,7 +41,9 @@
  "bulgarian"
  (lambda ()
    (set-syntax-table LaTeX-bulgarian-mode-syntax-table)
-   (setq TeX-quote-language `("bulgarian" "\"`" "\"'" ,TeX-quote-after-quote))
+   (unless (eq (car TeX-quote-language) 'override)
+     (setq TeX-quote-language
+          `("bulgarian" "\"`" "\"'" ,TeX-quote-after-quote)))
    (setq LaTeX-babel-hyphen-language "bulgarian")
    ;; Fontification of quotation marks.
    (when (fboundp 'font-latex-add-quotes)