summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-macs.el
Commit message (Expand)AuthorAgeFilesLines
* Don't quote lambdas in several placesStefan Kangas2020-10-011-1/+1
* * lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep testStefan Monnier2020-09-291-0/+1
* Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)Philipp Stephani2020-08-021-1/+6
* * lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add `keyword`Stefan Monnier2020-07-061-10/+16
* Slightly improve commit 73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3.Philipp Stephani2020-06-101-4/+4
* Allow destructuring in &aux sections when using edebug (Bug#40431)Philipp Stephani2020-06-101-4/+4
* Don't increment array index in cl-loop twice (Bug#40727)Noam Postavsky2020-05-071-1/+2
* Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-071-10/+4
* Merge from origin/emacs-27Glenn Morris2020-04-201-4/+4
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-4/+4
* | Merge from origin/emacs-27Glenn Morris2020-04-131-1/+1
|\|
| * Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)Philipp Stephani2020-04-121-1/+1
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Avoid known cl-defsubst breakageStefan Monnier2020-04-051-3/+15
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Declare the type immediatelyStefan Monnier2020-03-271-1/+4
* | * lisp/emacs-lisp/cl-macs.el: More care with `eval` and with `cl-typep`Stefan Monnier2020-03-101-20/+37
* | * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Simplify resultStefan Monnier2020-03-101-16/+6
* | Eval macro arg just onceTino Calancha2020-02-051-3/+4
* | Generate fewer useless conditionals in cl-loopMattias Engdegård2020-01-041-1/+4
|/
* 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