summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl.el
Commit message (Expand)AuthorAgeFilesLines
* Move cl.el to lisp/obsoleteStefan Monnier2019-08-061-703/+0
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Fix #'fun handling inside `labels' (Bug#31792)Noam Postavsky2018-06-191-2/+5
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Move gensym to core ElispMark Oteiza2017-09-121-1/+0
* Move cXXXr and cXXXXr to subr.elMark Oteiza2017-01-251-24/+0
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix quoted lambda warning from lexical-letNoam Postavsky2016-08-061-1/+1
* | An efficient built-in mapcanMario Lang2016-07-101-1/+0
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-4/+4
* Escape ` and ' in docPaul Eggert2015-09-011-1/+1
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-4/+4
* (define-modify-macro): Make sure cl--arglist-args is definedStefan Monnier2015-05-061-0/+3
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-7/+31
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-31/+7
* * lisp/emacs-lisp/cl.el (cl--function-convert): Simplify.Stefan Monnier2015-01-281-4/+1
* lisp/emacs-lisp/cl.el (cl--function-convert): Merge cache that cl--labels-con...Katsumi Yamaoka2015-01-271-1/+3
* lisp/emacs-lisp/cl.el (cl--function-convert): Work for cl-flet and cl-labelsKatsumi Yamaoka2015-01-271-7/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Require gv early to break eager macro-expansion cyclesDaniel Colascione2014-04-231-0/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.orgGlenn Morris2013-01-301-0/+1
|\
| * * lisp/emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.Stefan Monnier2013-01-261-0/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * lisp/emacs-lisp/cl.el (letf): Make it an alias of cl-letf.Stefan Monnier2012-12-121-23/+1
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-0/+9
|\ \ | |/
| * * lisp/emacs-lisp/cl.el, lisp/emacs-lisp/cl-lib.el: Move cl-unload-function andStefan Monnier2012-12-061-0/+9
* | * lisp/emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add toStefan Monnier2012-11-121-11/+9
|/
* More cl-lib and gv doc updatesGlenn Morris2012-11-071-19/+33
* * lisp/emacs-lisp/cl.el (defsetf): Pass the third arg toStefan Monnier2012-11-061-1/+1
* Doc and manual updates for cl-letf and letfGlenn Morris2012-10-301-1/+3
* * lisp/emacs-lisp/cl.el (letf): Add missing indent rules.Stefan Monnier2012-10-291-0/+1
* * lisp/emacs-lisp/cl.el (defsetf): Doc fix.Glenn Morris2012-10-281-3/+3
* * lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message.Glenn Morris2012-09-281-1/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-27/+27
* * lisp/emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)Stefan Monnier2012-08-081-0/+5
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-10/+1
* Fixes: debbugs:11938Andreas Schwab2012-07-131-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-123/+42
* * lisp/help-mode.el (help-make-xrefs): Don't just withstandStefan Monnier2012-06-271-1/+1
* * lisp/emacs-lisp/cl.el (flet): Mark obsolete.Stefan Monnier2012-06-271-5/+8
* * lisp/emacs-lisp/cl.el: Use lexical-binding. Fix flet.Stefan Monnier2012-06-271-4/+17
* Further GV/CL cleanups.Stefan Monnier2012-06-221-3/+15
* Provide generalized variables in core Elisp.Stefan Monnier2012-06-221-13/+249
* Use lexical-binding for all of CL, and clean up its namespace.Stefan Monnier2012-06-111-1/+7
* Get rid of cl-lexical-let, keeping only lexical-let for compatibility.Stefan Monnier2012-06-071-17/+189