aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl-lib.el
Commit message (Expand)AuthorAgeFilesLines
* 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