diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-08 09:19:16 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-08 09:19:16 +0100 |
| commit | d3a1a86cf8e2fed3f5dd83ccdcd91111b743322c (patch) | |
| tree | 82989799a72912e0bac8ec6255f3e128f7ed8cca | |
| parent | f1b451de5c2abb51441dd79f0fbe2444362f09cf (diff) | |
Manual: Mention preloading of seq
| -rw-r--r-- | compat.texi | 9 |
1 files 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}, |
