| www.delorie.com/gnu/docs/emacs/cl_4.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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 section C. Old CL Compatibility.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |