Commit graph

56 commits

Author SHA1 Message Date
Stefan Monnier
b68f6e48fa Set edebug and indentation before loading
cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
2007-06-28 15:09:21 +00:00
Stefan Monnier
dbc65a5e5b Use cl-loaddefs.el rather than manual autoloads. 2007-06-27 19:17:53 +00:00
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Glenn Morris
d59c31376c Update copyright years. 2006-12-07 05:06:17 +00:00
Kim F. Storm
fcecceea0f (pushnew-internal): Remove defvar.
(pushnew): Fix last change.
2006-10-03 09:19:17 +00:00
Kim F. Storm
5bde639f47 (pushnew): Rework 2006-09-10 change. Use memql
instead of add-to-list in the simple case.
2006-09-20 23:12:15 +00:00
Reiner Steib
e027c6e48d (pushnew): Add missing `,'. 2006-09-11 11:15:54 +00:00
Richard M. Stallman
6b34950fad (pushnew): Use add-to-list when convenient. 2006-09-10 17:47:39 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
John Paul Wallington
c45c309fe2 (toplevel): Remove definition of `cl-assertion-failed' condition --
it's defined in subr.el instead.
2006-01-30 19:58:41 +00:00
Thien-Thi Nguyen
3731a85096 Update years in copyright notice; nfc. 2005-08-06 17:48:15 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Juanma Barranquero
868904eb92 (acons, pairlis): Add docstring. 2005-05-23 00:05:40 +00:00
Stefan Monnier
6cd0254fe9 (eql): Remove. It's a builtin already. 2005-05-22 20:15:05 +00:00
Juanma Barranquero
708c63a689 (pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,
list*, copy-list, adjoin, subst): Improve argument/docstring consistency.
2005-05-22 17:46:50 +00:00
Juanma Barranquero
f4db41fcbb (eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes. 2005-05-17 00:26:26 +00:00
Richard M. Stallman
61f1ca4e1d (cl-unload-hook): Don't defvar it, just set it. 2004-10-16 15:21:10 +00:00
Richard M. Stallman
7a21fef9ec (cl-cannot-unload): New function.
(cl-unload-hook): Defvar this to run cl-cannot-unload.
2004-01-16 18:20:00 +00:00
Luc Teirlinck
3e7274ae13 *** empty log message *** 2004-01-16 01:48:11 +00:00
Luc Teirlinck
637692f434 Add fmakunbound' for declare'. 2004-01-16 01:13:41 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Stefan Monnier
a2e74caa23 (multiple-value-call): Add docstring. 2002-11-19 15:56:28 +00:00
Stefan Monnier
87dd507f6a (cl-set-substring): Fix thinko.
(cl-hack-byte-compiler): Avoid infinite require loop.
2002-07-13 23:08:01 +00:00
Richard M. Stallman
f988b54154 (multiple-value-call): Add alias. 2002-07-12 17:41:00 +00:00
Richard M. Stallman
8f7ef36641 (values): Simplify definition. 2002-06-26 09:03:37 +00:00
Richard M. Stallman
6b25a2f544 (copy-list): Moved back from subr.el. 2002-06-10 09:00:52 +00:00
Colin Walters
06bc5dbf8e (copy-list): Moved to subr.el. 2002-06-08 21:42:00 +00:00
Stefan Monnier
686d068136 (svref): New alias. 2001-12-02 07:33:09 +00:00
Richard M. Stallman
413da4514b (values, values-list, multiple-value-list, multiple-value-apply, nth-value):
Use defsubst rather than defalias, to get better doc strings.
2001-11-16 00:00:22 +00:00
Gerd Moellmann
9542e3f508 (most-positive-fixnum, most-negative-fixnum):
Remove.
2001-10-06 23:24:15 +00:00
Dave Love
335db3c1d4 (dotimes, dolist): Undef prior to autoloading
new defs.
2001-03-05 18:41:37 +00:00
Kenichi Handa
3aac3bcfdb (butlast, nbutlast): Moved to subr.el. 2000-12-28 12:16:03 +00:00
Stefan Monnier
b7a903441d (third...tenth): Really undo change of 2000-08-05. 2000-11-30 06:49:03 +00:00
Gerd Moellmann
f15e298c4a (cl-macroexpand): Doc fix. 2000-08-21 11:38:26 +00:00
Gerd Moellmann
dc79c3ea3c (third...tenth): Undo change of 2000-08-05.
(second): Make it an alias for `cadr'.
2000-08-06 09:17:27 +00:00
Gerd Moellmann
ed590ca87c (first, ..., tenth): Make them macros.
(toplevel): Remove `remq' and `remove' from autoloads.
(cl-fake-autoloads): New variable.  If set, arrange for an error
when CL functions etc. are autoloaded.
2000-08-05 20:09:44 +00:00
Dave Love
64a4c526f4 Doc fixes; mainly avoid duplicating arg
list in doc string.  Don't quote keyword symbols.
2000-05-05 20:01:01 +00:00
Dave Love
a599ac7c8f Remove expt, delete, rassoc from autoloads
lists.
2000-03-07 19:41:12 +00:00
Dave Love
0d752cda8e Use bytecomp-load-hook, not emacs-lisp-mode-hook.
Don't check for defalias being defined.
2000-02-02 15:20:31 +00:00
Dave Love
cc4dfff0ec Replace autoloads for dolist, dotimes. 2000-01-30 13:29:57 +00:00
Dave Love
7df8508400 Remove stuff for dotimes, dolist, push, pop.
Don't use lisp-indent-hook property.
(cl-abs): Remove.
2000-01-28 22:32:28 +00:00
Dave Love
f67171e6b6 Remove Emacs 18 compatibility code. Prepend `cl-' to autoload names
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.
1999-12-18 17:00:52 +00:00
Karl Heuer
7dcf626950 (custom-print-functions): Add autoload cookie. 1999-05-29 19:15:10 +00:00
Karl Heuer
5f1aa82686 Don't defconst the colon symbols, since they
evaluate to themselves now anyway.
1998-04-10 08:36:34 +00:00
Richard M. Stallman
f9efebcae0 (last*): Definition deleted. 1997-08-27 22:35:00 +00:00
Richard M. Stallman
329945b8d0 (last): Function renmed to last*. 1997-08-24 20:47:54 +00:00
Richard M. Stallman
2a21e93c91 (caar, cadr, cdar, cddr): Definitiosn deleted. 1997-08-23 18:53:50 +00:00
Karl Heuer
033d0963b3 (when, unless): Symbol props moved to subr.el. 1997-03-14 17:57:41 +00:00
Richard M. Stallman
6ae5bdf58c (when, unless): Definitions moved to subr.el. 1997-01-08 06:09:48 +00:00
Richard M. Stallman
7321741136 Turn on byte-compile-dynamic. 1996-09-01 22:56:40 +00:00