auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 971dea5a15 19/25: ; * tex-style.el: Use `defvar-


From: Tassilo Horn
Subject: [elpa] externals/auctex 971dea5a15 19/25: ; * tex-style.el: Use `defvar-local'.
Date: Mon, 8 Jan 2024 07:59:12 -0500 (EST)

branch: externals/auctex
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 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




reply via email to

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