summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-generic.el
Commit message (Expand)AuthorAgeFilesLines
* Fix bug#28557Stefan Monnier2021-12-201-1/+3
* Remove spurious %S from 'define-error' messagesTom Levy2021-11-101-1/+1
* * lisp/emacs-lisp/cl-generic.el: Add reference to inspirationStefan Monnier2021-11-081-0/+8
* * lisp/emacs-lisp/cl-generic.el: Fix test/lisp/loadhist-testsStefan Monnier2021-10-011-3/+2
* * lisp/emacs-lisp/cl-generic.el (cl--generic-get-dispatcher): Fix regressionStefan Monnier2021-10-011-0/+3
* ; If Invalid function: with-memoization error introduced in 3c972723Tassilo Horn2021-10-011-0/+1
* * lisp/emacs-lisp/subr-x.el (with-memoization): New macroStefan Monnier2021-10-011-13/+5
* Tweak the whitespace before "This is a generic function"Lars Ingebrigtsen2021-09-291-1/+4
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-1/+1
* * lisp/emacs-lisp/cl-generic.el: Try and fix bug#49866Stefan Monnier2021-08-091-12/+17
* * lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Don't emit warningStefan Monnier2021-08-031-6/+6
* Evaluate eql specializersakater2021-08-031-1/+11
* * lisp/emacs-lisp/cl-generic.el: Fix bug#49053 and bug#47454Stefan Monnier2021-06-161-5/+5
* ; Fix some typos in doc strings and manualsŠtěpán Němec2021-04-241-1/+1
* Improve the documentation of :extra in cl-defmethodLars Ingebrigtsen2021-03-051-3/+7
* * lisp/emacs-lisp/cl-generic.el: Make `doc-string` prop work with qualifiersStefan Monnier2021-03-041-1/+11
* * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warningsStefan Monnier2021-02-261-1/+1
* * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`Stefan Monnier2021-02-141-31/+45
* * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-131-12/+24
* * lisp/emacs-lisp/cl-generic.el (cl--generic-lambda): Fix last changeStefan Monnier2021-01-081-1/+1
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename from `pcase--fgrep`Stefan Monnier2021-01-081-16/+8
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-2/+2
* cl-defmethod doc string clarificationLars Ingebrigtsen2020-12-091-2/+12
* Improve Edebug symbols for inlined secondary methods (Bug#42671)Philipp Stephani2020-08-021-1/+1
* Add a workaround for Bug#42672Philipp Stephani2020-08-021-1/+10
* Don’t generate duplicate symbols for secondary CL methods (Bug#42671)Philipp Stephani2020-08-021-3/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-2/+2
* Make with-suppressed-warnings work in cl-defmethodLars Ingebrigtsen2019-06-171-1/+1
* * lisp/emacs-lisp/cl-generic.el (gv-setter): Move declaration.Stefan Monnier2019-06-161-2/+2
* Fix compilation warning about gv-setter in cl-genericLars Ingebrigtsen2019-06-161-0/+2
* 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-1/+1
* | * lisp/emacs-lisp/cl-generic.el: Clarify we can't define commandsStefan Monnier2018-10-311-0/+3
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-281-29/+3
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | * lisp/register.el: Use cl-genericStefan Monnier2017-12-251-6/+11
|/
* Handle generic variables in cl-defgeneric Edebug specGemini Lasswell2017-11-011-1/+2
* Create new Edebug spec for docstrings and use it in closuresGemini Lasswell2017-10-061-2/+11
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/subr.el (method-files): Move function to cl-generic.elStefan Monnier2017-07-281-0/+18
* * lisp/emacs-lisp/cl-generic.el (cl-generic-define-method):Stefan Monnier2017-07-261-17/+18
* Fix cl-defmethod indentationGrégoire Jadi2017-07-261-1/+1
* (loadhist-unload-element): Move ERT and cl-generic methodsStefan Monnier2017-07-241-2/+14
* Make edebug-step-in work on generic methods (Bug#22294)Gemini Lasswell2017-05-141-2/+2
* cl-defmethod: Make the edebug spec more technically correctDmitry Gutov2017-05-051-2/+3
* Fix Edebug specs for 'cl-defmethod' and 'defmethod'Gemini Lasswell2017-05-021-3/+4