summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl.el
Commit message (Collapse)AuthorAgeFilesLines
* (cl-set-substring): Fix thinko.Stefan Monnier2002-07-131-3/+3
| | | | (cl-hack-byte-compiler): Avoid infinite require loop.
* (multiple-value-call): Add alias.Richard M. Stallman2002-07-121-0/+2
|
* (values): Simplify definition.Richard M. Stallman2002-06-261-1/+1
|
* (copy-list): Moved back from subr.el.Richard M. Stallman2002-06-101-0/+9
|
* (copy-list): Moved to subr.el.Colin Walters2002-06-081-9/+0
|
* (svref): New alias.Stefan Monnier2001-12-021-0/+1
|
* (values, values-list, multiple-value-list, multiple-value-apply, nth-value):Richard M. Stallman2001-11-161-5/+31
| | | | Use defsubst rather than defalias, to get better doc strings.
* (most-positive-fixnum, most-negative-fixnum):Gerd Moellmann2001-10-061-4/+0
| | | | Remove.
* (dotimes, dolist): Undef prior to autoloadingDave Love2001-03-051-0/+3
| | | | new defs.
* (butlast, nbutlast): Moved to subr.el.Kenichi Handa2000-12-281-14/+0
|
* (third...tenth): Really undo change of 2000-08-05.Stefan Monnier2000-11-301-16/+16
|
* (cl-macroexpand): Doc fix.Gerd Moellmann2000-08-211-1/+1
|
* (third...tenth): Undo change of 2000-08-05.Gerd Moellmann2000-08-061-12/+9
| | | | (second): Make it an alias for `cadr'.
* (first, ..., tenth): Make them macros.Gerd Moellmann2000-08-051-23/+27
| | | | | | (toplevel): Remove `remq' and `remove' from autoloads. (cl-fake-autoloads): New variable. If set, arrange for an error when CL functions etc. are autoloaded.
* Doc fixes; mainly avoid duplicating argDave Love2000-05-051-4/+4
| | | | list in doc string. Don't quote keyword symbols.
* Remove expt, delete, rassoc from autoloadsDave Love2000-03-071-3/+3
| | | | lists.
* Use bytecomp-load-hook, not emacs-lisp-mode-hook.Dave Love2000-02-021-8/+1
| | | | Don't check for defalias being defined.
* Replace autoloads for dolist, dotimes.Dave Love2000-01-301-1/+1
|
* Remove stuff for dotimes, dolist, push, pop.Dave Love2000-01-281-8/+2
| | | | | Don't use lisp-indent-hook property. (cl-abs): Remove.
* Remove Emacs 18 compatibility code. Prepend `cl-' to autoload namesDave Love1999-12-181-32/+5
| | | | | | | for some hash functions. Don't autoload eval-when-compile. Don't provide mini-cl. (cl-emacs-type): Remove. (cl-map-extents): Remove compatibility code.
* (custom-print-functions): Add autoload cookie.Karl Heuer1999-05-291-0/+1
|
* Don't defconst the colon symbols, since theyKarl Heuer1998-04-101-20/+0
| | | | evaluate to themselves now anyway.
* (last*): Definition deleted.Richard M. Stallman1997-08-271-10/+10
|
* (last): Function renmed to last*.Richard M. Stallman1997-08-241-1/+1
|
* (caar, cadr, cdar, cddr): Definitiosn deleted.Richard M. Stallman1997-08-231-16/+0
|
* (when, unless): Symbol props moved to subr.el.Karl Heuer1997-03-141-1/+0
|
* (when, unless): Definitions moved to subr.el.Richard M. Stallman1997-01-081-8/+0
|
* Turn on byte-compile-dynamic.Richard M. Stallman1996-09-011-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Comment change.Richard M. Stallman1995-10-301-1/+1
|
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
|
* (cl-macroexpand): keep documentation from `macroexpand'.Richard M. Stallman1994-11-011-0/+7
|
* Comment change.Richard M. Stallman1994-06-171-4/+4
|
* entered into RCSRichard M. Stallman1993-07-301-0/+757