From d3a1a86cf8e2fed3f5dd83ccdcd91111b743322c Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Wed, 8 Feb 2023 09:19:16 +0100 Subject: Manual: Mention preloading of seq --- compat.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/compat.texi b/compat.texi index a129c3b..0b8acea 100644 --- a/compat.texi +++ b/compat.texi @@ -126,10 +126,11 @@ the noerror flag should be specified. (require 'compat nil 'noerror) @end example -This will load all necessary Compat definitions. Note that if Compat -is installed on a recent version of Emacs, all of the definitions are -disabled at compile time, such that no negative performance impact is -incurred. +This will load all necessary Compat definitions. Compat also loads +the @code{seq} library which is preloaded by default on Emacs 29. +Note that if Compat is installed on a recent version of Emacs, all of +the definitions are disabled at compile time, such that no negative +performance impact is incurred. Note that Compat provides replacement functions with extended functionality for functions that are already defined (@code{sort}, -- cgit v1.0