Next: Installation, Previous: Usage, Up: Overview
The Common Lisp package is organized into four files:
cadr function won't need to pay
the overhead of loading the more advanced functions.
delete-if and assoc*.
The file cl.el includes all necessary autoload
commands for the functions and macros in the other three files.
All you have to do is (require 'cl), and cl.el
will take care of pulling in the other files when they are
needed.
There is another file, cl-compat.el, which defines some
routines from the older cl.el package that are no longer
present in the new package. This includes internal routines
like setelt and zip-lists, deprecated features
like defkeyword, and an emulation of the old-style
multiple-values feature. See Old CL Compatibility.