summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-macs.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * lisp/emacs-lisp/cl-macs.el: Fix bug#26073.Stefan Monnier2017-11-271-52/+60
* | * lisp/emacs-lisp/cl-macs.el: Fix &key with no key argStefan Monnier2017-11-271-17/+27
|/
* Fix Edebug spec for cl-defun (bug#24255)Gemini Lasswell2017-10-161-9/+23
* Create new Edebug spec for docstrings and use it in closuresGemini Lasswell2017-10-061-3/+3
* * lisp/emacs-lisp/cl-macs.el (cl-letf): Fix Edebug spec (bug#24765)Gemini Lasswell2017-09-161-1/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Remove "baroque" use of prefix argument from gensymMark Oteiza2017-09-131-2/+9
* Move gensym to core ElispMark Oteiza2017-09-121-9/+2
* Fix cl-gentempMark Oteiza2017-09-121-4/+5