unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45610: 27.1; Symbol’s function definition is void: seq-concatenate
@ 2021-01-02 12:29 Leo Liu
  2021-01-02 12:47 ` Eli Zaretskii
  0 siblings, 1 reply; 14+ messages in thread
From: Leo Liu @ 2021-01-02 12:29 UTC (permalink / raw)
  To: 45610


I have the following macro that is working until 27.1.

(defmacro cl-concatenatef (type place &rest sequences)
  `(cl-callf2 cl-concatenate ,type ,place ,@sequences))

cl-concatenate is inlinable (since forever) as declared in cl-macs:

 (cl-proclaim '(inline cl-acons cl-map cl-concatenate cl-notany
                cl-notevery cl-revappend cl-nreconc gethash))

In 27.1 after expansion only (apply #'seq-concatenate type sequences)
remains bypassing the cl-concatenate autoload which is supposed to load
the dependency seq.el.





^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-01-09 12:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-02 12:29 bug#45610: 27.1; Symbol’s function definition is void: seq-concatenate Leo Liu
2021-01-02 12:47 ` Eli Zaretskii
2021-01-02 14:22   ` Leo Liu
2021-01-02 14:25     ` Eli Zaretskii
2021-01-02 16:07       ` Leo Liu
2021-01-02 16:30         ` Eli Zaretskii
2021-01-02 16:35           ` Lars Ingebrigtsen
2021-01-03 15:46             ` Eli Zaretskii
2021-01-03 16:19               ` Leo Liu
2021-01-04  5:39               ` Leo Liu
2021-01-04 15:07                 ` Eli Zaretskii
2021-01-04 17:35                   ` Stefan Monnier
2021-01-09 12:13                     ` Eli Zaretskii
2021-01-02 16:45           ` Leo Liu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).