branch: externals/auctex
commit 971dea5a150db5a82b3701aacd7d116ab8b43ce4
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * tex-style.el: Use `defvar-local'.
---
tex-style.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tex-style.el b/tex-style.el
index 615f49a1f7..6fdeceedf5 100644
--- a/tex-style.el
+++ b/tex-style.el
@@ -218,12 +218,11 @@ It can be a list of themes or a function. If it is the
symbol
;; style/biblatex.el
-(defvar LaTeX-biblatex-use-Biber t
+(defvar-local LaTeX-biblatex-use-Biber t
"Whether to use Biber with biblatex.
This variable is intended to be used as a file local variable to
override the autodetection of the biblatex backend.")
-(make-variable-buffer-local 'LaTeX-biblatex-use-Biber)
(put 'LaTeX-biblatex-use-Biber 'safe-local-variable #'booleanp)
;; style/catchfilebetweentags.el