Michael Heerdegen writes: >> seq-2.14.tar (https://elpa.gnu.org/packages/seq.html), has a file >> seq-25.el, where line 64 contains this >> ``` >> (require 'cl-extra) ;; for cl-subseq >> ``` >> >> Due to this line I was getting this error on startup >> ``` >> Lisp error: (error Recursive require for feature cl-extra) >> ``` > > Nicolas, could you please have a look at this? AFAIK you already > changed that in the lisp/emacs-lisp/seq.el version in master? Yes, I did. I'll fix this ASAP. Nico