auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 971dea5a 8/9: ; * tex-style.el: Use `defvar-local'.


From: Arash Esbati
Subject: master 971dea5a 8/9: ; * tex-style.el: Use `defvar-local'.
Date: Wed, 20 Dec 2023 08:35:35 -0500 (EST)

branch: master
commit 971dea5a150db5a82b3701aacd7d116ab8b43ce4
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; * 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 615f49a1..6fdeceed 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]