auctex-devel
[Top][All Lists]
Advanced

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

Re: seq- functions


From: Ikumi Keita
Subject: Re: seq- functions
Date: Mon, 05 Sep 2022 17:53:07 +0900

Hi Arash,

>>>>> Arash Esbati <arash@gnu.org> writes:
> Thanks for catching this.  I thought I had checked this, but it wasn't
> good enough :-[  seq.el is preloaded in Emacs with commit f2b7525e38
> which will be then version 29.  I think I will add something like this
> to tex.el:

>     (when (< emacs-major-version 29)
>       (require 'seq))

> with a comment that seq.el the preloaded with Emacs 29.  WDYT?

Hm, I prefer simpler code, just
(require 'seq)
. However, I don't adhere this idea. (I assume that (featurep 'seq)
returns t on emacs 29.)

Comment about preloading is welcome ;-)

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine



reply via email to

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