summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-macs.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-051-9/+3
* Revert "cl-loop: Add missing guard condition"Noam Postavsky2020-05-051-25/+7
* Revert "Refix conditional step clauses in cl-loop"Noam Postavsky2020-05-051-37/+59
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-4/+4
* Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)Philipp Stephani2020-04-121-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Trivial docstring fixesJuanma Barranquero2019-12-241-1/+1
* Refix conditional step clauses in cl-loopdickmao2019-11-221-59/+37
* Extend debug spec of cl-flet (Bug#34481)Michael Heerdegen2019-10-171-1/+3
* Make the cl-letf doc string link to the manualLars Ingebrigtsen2019-10-121-0/+2
* Merge commit '74e9799bd89484b8d15bdd6597c68fc00d07e7f7'Stephen Leake2019-09-101-14/+24
|\
| * * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Define setter functions.Stefan Monnier2019-09-081-14/+24
* | Support `cl-defstruct' in autoloadsStephen Leake2019-09-101-0/+1
|/
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Add slot option :documentationStefan Monnier2019-07-291-6/+11
* Make cl-destructuring-bind errors a bit more understandableLars Ingebrigtsen2019-07-251-2/+5
* Fix cl-defstruct doc string fixLars Ingebrigtsen2019-07-131-2/+0
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typoPhil Sainty2019-07-131-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Adapt docstring.Michael Albinus2019-07-131-3/+5
* Document fix for cl-defstructLars Ingebrigtsen2019-07-131-1/+3
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-1/+0
* * lisp/emacs-lisp/cl-macs.el (cl-callf): Tweak in docstringMichael Heerdegen2019-05-241-2/+3
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix docstring of accessors.Stefan Monnier2019-05-161-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand) <setq>: RewriteStefan Monnier2019-05-161-9/+19
* * lisp/emacs-lisp/cl-macs.el: Don't always inline struct functionsStefan Monnier2019-04-021-4/+11
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-4/+4
* | Merge from origin/emacs-26Glenn Morris2018-10-031-2/+37
|\|
| * Improve cl-do, cl-do* docstringsTino Calancha2018-09-291-2/+37
* | Fix Edebug spec for cl-macrolet (bug#29919)Gemini Lasswell2018-08-011-4/+1
* | Add predicate proper-list-pBasil L. Contovounesios2018-07-091-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-231-5/+12
|\|
| * Fix #'fun handling inside `labels' (Bug#31792)Noam Postavsky2018-06-191-5/+12
* | Merge from origin/emacs-26Michael Albinus2018-05-291-4/+4
|\|
| * Use EXPVAL in docstrings of patterns defined using pcase-defmacroThien-Thi Nguyen2018-05-271-4/+4
* | Merge from origin/emacs-26Paul Eggert2018-03-101-7/+9
|\|
| * Clarify that nil doesn't match itself as a cl-case clause (Bug#30749)Noam Postavsky2018-03-101-7/+9
* | * lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand): Handle lambda!Stefan Monnier2018-02-081-23/+55
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-281-0/+3
* | cl-loop: Add missing guard conditionTino Calancha2018-01-081-7/+25
* | cl-loop: Calculate the array length just onceTino Calancha2018-01-081-3/+9
* | Revert "Prevent name clashes between CL structures and builtin types"Philipp Stephani2018-01-071-4/+0
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-071-0/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| * Partially revert "Mention new strictness for &optional, &rest..."Noam Postavsky2017-12-151-27/+11
| * Mention new strictness for &optional, &rest in arglists (Bug#29165)Noam Postavsky2017-12-131-11/+27
* | Merge from origin/emacs-26Glenn Morris2017-11-291-1/+1
|\|
| * Fix Edebug's handling of dotted specs (bug#6415)Gemini Lasswell2017-11-261-1/+1