summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-lib.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-8/+0
|\
| * * lisp/emacs-lisp/cl.el, lisp/emacs-lisp/cl-lib.el: Move cl-unload-function andStefan Monnier2012-12-061-8/+0
* | * lisp/emacs-lisp/cl-lib.el (cl-declaim): Paren typo.Stefan Monnier2012-12-091-1/+1
* | Further cleanup of the "cl-" namespace. Fit CL in 80 columns.Stefan Monnier2012-12-061-11/+10
* | Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.orgGlenn Morris2012-11-171-1/+1
|\|
| * Use set-face-underline rather than the alias set-face-underline-pGlenn Morris2012-11-161-1/+1
* | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-161-1/+1
|\|
| * * lisp/emacs-lisp/cl-lib.el: Set more meaningful version number.Stefan Monnier2012-11-161-1/+1
* | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-101-1/+6
|\|
| * Misc small cl doc fixesGlenn Morris2012-11-051-1/+6
* | Rename cl-random-time to cl--random-timeGlenn Morris2012-11-031-3/+3
|/
* * lisp/emacs-lisp/cl-lib.el (cl--defsubst-expand): Undo last change.Stefan Monnier2012-10-111-0/+4
* * lisp/help-fns.el (describe-function-1): Handle autoloads w/o docstrings.Stefan Monnier2012-10-111-3/+0
* * bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.Glenn Morris2012-09-281-1/+0
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* * cl-lib.el (buffer-string): Simplify last change.Stefan Monnier2012-08-281-2/+1
* * lisp/emacs-lisp/cl-lib.el (buffer-string): Fix setter macro.Stefan Monnier2012-08-281-1/+2
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-2/+2
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-3/+4
* * lisp/emacs-lisp/cl-lib.el: Require macroexp.Stefan Monnier2012-06-301-1/+1
* * lisp/emacs-lisp/cl-lib.el: Require macroexp for its macros.Stefan Monnier2012-06-301-0/+2
* * lisp/emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.Stefan Monnier2012-06-291-10/+9
* lisp/emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).Juanma Barranquero2012-06-291-9/+10
* Further GV/CL cleanups.Stefan Monnier2012-06-221-0/+108
* Provide generalized variables in core Elisp.Stefan Monnier2012-06-221-28/+3
* * lisp/emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner.Stefan Monnier2012-06-141-0/+3
* Fix compiler-expansion of CL's cXXr functions.Stefan Monnier2012-06-111-33/+52
* Use lexical-binding for all of CL, and clean up its namespace.Stefan Monnier2012-06-111-31/+18
* Reduce use of cl in lisp/emacs-lisp/.Stefan Monnier2012-06-101-23/+0
* Don't autoload functions too eagerly during macroexpansion.Stefan Monnier2012-06-081-2/+6
* Move old compatiblity to cl.el. Remove cl-macroexpand-all.Stefan Monnier2012-06-071-25/+0
* Add native compiler-macro support.Stefan Monnier2012-06-051-0/+5
* * lisp/emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.Stefan Monnier2012-06-041-0/+2
* * lisp/emacs-lisp/cl-lib.el: Rename from cl.el.Stefan Monnier2012-06-031-0/+693