| Commit message (Expand) | Author | Age | Files | Lines |
* | Move cl.el to lisp/obsolete | Stefan Monnier | 2019-08-06 | 1 | -703/+0 |
* | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | Fix #'fun handling inside `labels' (Bug#31792) | Noam Postavsky | 2018-06-19 | 1 | -2/+5 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Move gensym to core Elisp | Mark Oteiza | 2017-09-12 | 1 | -1/+0 |
* | Move cXXXr and cXXXXr to subr.el | Mark Oteiza | 2017-01-25 | 1 | -24/+0 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Fix quoted lambda warning from lexical-let | Noam Postavsky | 2016-08-06 | 1 | -1/+1 |
* | | An efficient built-in mapcan | Mario Lang | 2016-07-10 | 1 | -1/+0 |
|/ |
|
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Go back to grave quoting in source-code docstrings etc. | Paul Eggert | 2015-09-07 | 1 | -4/+4 |
* | Escape ` and ' in doc | Paul Eggert | 2015-09-01 | 1 | -1/+1 |
* | text-quoting-style in emacs-lisp diagnostics | Paul Eggert | 2015-08-21 | 1 | -4/+4 |
* | (define-modify-macro): Make sure cl--arglist-args is defined | Stefan Monnier | 2015-05-06 | 1 | -0/+3 |
* | cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" | Stefan Monnier | 2015-04-10 | 1 | -7/+31 |
* | Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r. | Alan Mackenzie | 2015-04-05 | 1 | -31/+7 |
* | * lisp/emacs-lisp/cl.el (cl--function-convert): Simplify. | Stefan Monnier | 2015-01-28 | 1 | -4/+1 |
* | lisp/emacs-lisp/cl.el (cl--function-convert): Merge cache that cl--labels-con... | Katsumi Yamaoka | 2015-01-27 | 1 | -1/+3 |
* | lisp/emacs-lisp/cl.el (cl--function-convert): Work for cl-flet and cl-labels | Katsumi Yamaoka | 2015-01-27 | 1 | -7/+4 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Require gv early to break eager macro-expansion cycles | Daniel Colascione | 2014-04-23 | 1 | -0/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.org | Glenn Morris | 2013-01-30 | 1 | -0/+1 |
|\ |
|
| * | * lisp/emacs-lisp/cl.el (cl-set-getf): Add compatibility alias. | Stefan Monnier | 2013-01-26 | 1 | -0/+1 |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\| |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/cl.el (letf): Make it an alias of cl-letf. | Stefan Monnier | 2012-12-12 | 1 | -23/+1 |
* | | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-12-09 | 1 | -0/+9 |
|\| |
|
| * | * lisp/emacs-lisp/cl.el, lisp/emacs-lisp/cl-lib.el: Move cl-unload-function and | Stefan Monnier | 2012-12-06 | 1 | -0/+9 |
* | | * lisp/emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to | Stefan Monnier | 2012-11-12 | 1 | -11/+9 |
|/ |
|
* | More cl-lib and gv doc updates | Glenn Morris | 2012-11-07 | 1 | -19/+33 |
* | * lisp/emacs-lisp/cl.el (defsetf): Pass the third arg to | Stefan Monnier | 2012-11-06 | 1 | -1/+1 |
* | Doc and manual updates for cl-letf and letf | Glenn Morris | 2012-10-30 | 1 | -1/+3 |
* | * lisp/emacs-lisp/cl.el (letf): Add missing indent rules. | Stefan Monnier | 2012-10-29 | 1 | -0/+1 |
* | * lisp/emacs-lisp/cl.el (defsetf): Doc fix. | Glenn Morris | 2012-10-28 | 1 | -3/+3 |
* | * lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message. | Glenn Morris | 2012-09-28 | 1 | -1/+1 |
* | Replace version 24.2 with 24.3 where appropriate (hopefully) | Glenn Morris | 2012-08-15 | 1 | -27/+27 |
* | * lisp/emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals) | Stefan Monnier | 2012-08-08 | 1 | -0/+5 |
* | Autoload more carefully from Lisp. Follow aliases for function properties. | Stefan Monnier | 2012-07-25 | 1 | -10/+1 |
* | Fixes: debbugs:11938 | Andreas Schwab | 2012-07-13 | 1 | -1/+1 |
* | More CL cleanups and reduction of use of cl.el. | Stefan Monnier | 2012-07-11 | 1 | -123/+42 |
* | * lisp/help-mode.el (help-make-xrefs): Don't just withstand | Stefan Monnier | 2012-06-27 | 1 | -1/+1 |
* | * lisp/emacs-lisp/cl.el (flet): Mark obsolete. | Stefan Monnier | 2012-06-27 | 1 | -5/+8 |
* | * lisp/emacs-lisp/cl.el: Use lexical-binding. Fix flet. | Stefan Monnier | 2012-06-27 | 1 | -4/+17 |
* | Further GV/CL cleanups. | Stefan Monnier | 2012-06-22 | 1 | -3/+15 |
* | Provide generalized variables in core Elisp. | Stefan Monnier | 2012-06-22 | 1 | -13/+249 |
* | Use lexical-binding for all of CL, and clean up its namespace. | Stefan Monnier | 2012-06-11 | 1 | -1/+7 |
* | Get rid of cl-lexical-let, keeping only lexical-let for compatibility. | Stefan Monnier | 2012-06-07 | 1 | -17/+189 |