auctex-devel
[Top][All Lists]
Advanced

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

[PATCH] Use setq-local compatible with Emacs 26


From: Radon Rosborough
Subject: [PATCH] Use setq-local compatible with Emacs 26
Date: Fri, 15 Apr 2022 19:47:47 -0700

Hello all,

I noticed that commit e625dc05 of 2022-02-24 made AUCTeX incompatible
with Emacs 26 by using the variadic form of setq-local that was
introduced in Emacs commit 88f0c566 of 2019-10-11 and first released
in Emacs 27.1. The current version of AUCTeX still lists Emacs 25.1 as
the minimum compatible version (based on file auctex.el.in from commit
aae80c47 of 2022-04-14), so I am guessing this was unintentional.
Anyway, it triggers a byte-compilation error in my configuration, so I
have attached a patch to fix the issue.

I have never contributed to a Savannah project before, so please let
me know if the formatting needs to be adjusted, or if I need to submit
elsewhere.

Thanks,
Radon Rosborough

Attachment: 0001-Avoid-using-variadic-setq-local.patch
Description: Text Data


reply via email to

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