Re: Cosmetic patch for AUCTeX

2021-12-29 Thread Stefan Monnier
> Thanks, Mr. Janitor! The patch looks good to me and its definitely fine > for our ELPA releases. However, what about our standard tarball > releases? There, Package-Requires has no meaning and we'd inevitable > need to bump the emacs version requirement to 24.4. That's basically > fine with

Re: Cosmetic patch for AUCTeX

2021-12-29 Thread Arash Esbati
Tassilo Horn writes: > Stefan Monnier writes: > >> The patch below removes the fallback code for when `nadvice` is not >> available, replacing it with a dependency on `nadvice-0.3` (which >> could be replaced by a dependency on Emacs-24.4). > > Thanks, Mr. Janitor! The patch looks good to me

Re: Cosmetic patch for AUCTeX

2021-12-29 Thread Tassilo Horn
Stefan Monnier writes: Hi Stefan, > The patch below removes the fallback code for when `nadvice` is not > available, replacing it with a dependency on `nadvice-0.3` (which > could be replaced by a dependency on Emacs-24.4). Thanks, Mr. Janitor! The patch looks good to me and its definitely

Cosmetic patch for AUCTeX

2021-12-28 Thread Stefan Monnier
The patch below removes the fallback code for when `nadvice` is not available, replacing it with a dependency on `nadvice-0.3` (which could be replaced by a dependency on Emacs-24.4). Stefan diff --git a/auctex.el b/auctex.el index da5e667ba4..72d262dc33 100644 --- a/auctex.el +++