Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lisp/emacs-lisp/oclosure.el (oclosure-define): Fix empty case | Stefan Monnier | 2022-05-08 | 1 | -1/+1 |
* | Pretty print OClosure slot accessors | Stefan Monnier | 2022-04-26 | 1 | -0/+7 |
* | OClosure: New function `function-documentation` | Stefan Monnier | 2022-04-07 | 1 | -0/+6 |
* | OClosure: add support for `slot-value` | Stefan Monnier | 2022-04-04 | 1 | -0/+20 |
* | OClosure: Add support for defmethod dispatch | Stefan Monnier | 2022-04-01 | 1 | -5/+11 |
* | cl-generic: Use OClosures for `cl--generic-isnot-nnm-p` | Stefan Monnier | 2022-03-30 | 1 | -2/+0 |
* | * lisp/emacs-lisp/oclosure.el (oclosure--define): Autoload | Stefan Monnier | 2022-03-29 | 1 | -0/+1 |
* | Temporarily fix the oclosure bootstrap | Po Lu | 2022-03-29 | 1 | -0/+2 |
* | Add OClosures, a cross between functions and structs | Stefan Monnier | 2022-03-28 | 1 | -0/+522 |