aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow using faces for colors in vtableLars Ingebrigtsen2022-04-151-14/+45
* Allow dragging the divider in vtableLars Ingebrigtsen2022-04-151-16/+36
* Fix off-by-one error in text-property-search-backwardLars Ingebrigtsen2022-04-151-1/+0
* Allow dragging dividers in vtableLars Ingebrigtsen2022-04-141-10/+19
* Allow resizing vtable columns by draggingLars Ingebrigtsen2022-04-141-16/+31
* Make vtable remember user-altered column widthsLars Ingebrigtsen2022-04-141-0/+6
* Ensure that commands like { work on all frames in vtableLars Ingebrigtsen2022-04-141-13/+16
* Make vtable narrow/widen functions take a prefixLars Ingebrigtsen2022-04-141-8/+16
* Copy edit make-vtable codeLars Ingebrigtsen2022-04-141-6/+4
* Edit some vtable doc stringsLars Ingebrigtsen2022-04-141-2/+4
* Further divider fixes for vtableLars Ingebrigtsen2022-04-141-3/+9
* Fix dividers in vtable header linesLars Ingebrigtsen2022-04-141-2/+2
* Allow having dividers between columns in vtableLars Ingebrigtsen2022-04-141-32/+57
* Allow putting alternating colors on vtable rowsLars Ingebrigtsen2022-04-141-11/+50
* Add a new `vtable' faceLars Ingebrigtsen2022-04-131-1/+7
* Add support for column background colors in vtableLars Ingebrigtsen2022-04-131-3/+12
* Make list-times not include zero elementsLars Ingebrigtsen2022-04-131-1/+1
* Fix marking upgrades for packages from ELPA or NonGNU ELPAPo Lu2022-04-131-1/+1
* Tweak how `M-q' in emacs-lisp-mode worksLars Ingebrigtsen2022-04-131-21/+41
* Fix eager macroexpansion cycle in cl-once-onlySean Whitton2022-04-121-2/+2
* Add two classic Common Lisp macro-writing macrosSean Whitton2022-04-111-0/+51
* * lisp/emacs-lisp/macroexp.el (macroexp-let2*): Allow common shorthandStefan Monnier2022-04-111-3/+11
* Update docstrings for shortdoc.el FUNC lisp form APIKaushal Modi2022-04-101-15/+55
* Improve package.el error messages on too-old EmacsenLars Ingebrigtsen2022-04-081-2/+6
* OClosure: New function `function-documentation`Stefan Monnier2022-04-071-0/+6
* Clarify read-answer-short/use-short-answers actionLars Ingebrigtsen2022-04-071-2/+8
* Fix minor-mode doc string quotingLars Ingebrigtsen2022-04-061-1/+1
* OClosure: add support for `slot-value`Stefan Monnier2022-04-042-47/+77
* Further fixes for cl--generic-describe and (function ...)Lars Ingebrigtsen2022-04-041-7/+6
* Rewrite string-greaterp and string> using string-lesspMattias EngdegÄrd2022-04-041-0/+11
* ; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix typo.Philipp Stephani2022-04-031-1/+1
* Have global minor modes say so in the doc stringLars Ingebrigtsen2022-04-031-9/+11
* Fix bootstrap errors after previous easy-mmode changeLars Ingebrigtsen2022-04-022-33/+1
* Put the define-minor-mode boilerplate at the end of the doc stringsLars Ingebrigtsen2022-04-021-24/+42
* Further tweaks to cl--generic-describeLars Ingebrigtsen2022-04-021-1/+7
* cl-generic: Rework obsolescence checks for defmethodStefan Monnier2022-04-012-18/+15
* OClosure: Add support for defmethod dispatchStefan Monnier2022-04-013-18/+60
* Tweak how functions are formatted in Implementation in *Help*Lars Ingebrigtsen2022-03-311-1/+1
* cl-generic: Use OClosures for `cl--generic-isnot-nnm-p`Stefan Monnier2022-03-302-70/+94
* EIEIO tests: Fix failure when `eieio-core.el` is interpretedStefan Monnier2022-03-301-3/+3
* * lisp/emacs-lisp/oclosure.el (oclosure--define): AutoloadStefan Monnier2022-03-291-0/+1
* Temporarily fix the oclosure bootstrapPo Lu2022-03-291-0/+2
* Add OClosures, a cross between functions and structsStefan Monnier2022-03-282-2/+538
* Improve pp-last-sexp ergonomicsLars Ingebrigtsen2022-03-251-0/+4
* Handle invisible text in Eldoc when calculating sizeAugusto Stoffel2022-03-241-5/+8
* Don't break autoload generation of `left-margin' isn't zeroLars Ingebrigtsen2022-03-211-0/+3
* Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-191-2/+10
* * lisp/emacs-lisp/bytecomp.el (byte-compile-make-closure): Minor optimizationStefan Monnier2022-03-181-2/+2
* Remove some early-bootstrap dependencies for `advice`Stefan Monnier2022-03-172-11/+30
* * lisp/emacs-lisp/cl-generic.el (cl-defgeneric): Warn suspicious argsStefan Monnier2022-03-171-0/+11