summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Improve Eldoc docstringsscratch/eldoc-asyncJoão Távora2020-07-081-31/+87
* Change version scheme of two Eldoc obsolete specsJoão Távora2020-07-071-2/+2
* Adjust Eldoc documentation after Eli's reviewJoão Távora2020-07-051-95/+106
* Make more parts of Emacs use new Eldoc capabilitiesJoão Távora2020-06-301-34/+4
* * lisp/emacs-lisp/eldoc.el (Version): Bump to 1.1.0João Távora2020-06-301-1/+1
* New M-x eldoc for on-demand and interactive documentation requestsJoão Távora2020-06-301-0/+3
* Better handle asynchronous Eldoc sourcesJoão Távora2020-06-301-86/+316
* Revert last change in benchmark.elBasil L. Contovounesios2020-06-211-1/+1
* Evaluate some unnecessarily quoted lambdasBasil L. Contovounesios2020-06-212-7/+7
* Various battery.el improvements (bug#41808)Basil L. Contovounesios2020-06-181-1/+1
* Band-aid for edebugging generator bodies (Bug#40434).Philipp Stephani2020-06-141-4/+4
* Ensure that getters and setters can be edebugged at the same time.Philipp Stephani2020-06-141-1/+1
* 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
* * lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add `make-byte-code'.Andrea Corallo2020-06-071-2/+2
* Merge from origin/emacs-27Glenn Morris2020-06-071-2/+5
|\
| * Update package-menu-quick-helpBasil L. Contovounesios2020-06-051-2/+5
* | Un-deprecate oset and oset-defaultBasil L. Contovounesios2020-06-062-13/+5
* | Merge from origin/emacs-27Paul Eggert2020-06-011-3/+4
|\ \ | |/
| * Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."Alan Mackenzie2020-05-311-3/+4
* | * lisp/emacs-lisp/package.elm lisp/emacs-lisp/smie.el: Fix indentStefan Monnier2020-05-292-8/+16
* | * lisp/emacs-lisp/lisp-mode.el: Add new indentation conventionakater2020-05-291-2/+6
* | Let user adjust the column widths of the package menu.Chris McMahan2020-05-231-4/+24
* | Allow back-references in syntax-propertize-rules.Tassilo Horn2020-05-191-10/+25
* | Don’t attempt to modify constant consesPaul Eggert2020-05-161-1/+1
* | Turn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora2020-05-131-0/+5
* | * lisp/emacs-lisp/syntax.el: Fix bug#41195Stefan Monnier2020-05-121-6/+18
* | Revert "Inhibit modification hooks when saving eieio-persistent's"Michael Heerdegen2020-05-121-2/+1
* | Support sorting timer-list-mode by column (Bug#40854)Stefan Kangas2020-05-121-4/+31
* | Base timer-list-mode on tabulated-list-mode (Bug#40854)Stefan Kangas2020-05-121-56/+49
* | Fix bug #40992 whilst still allowing breakpoint highlights in edebugAlan Mackenzie2020-05-111-15/+38
* | * lisp/emacs-lisp/pcase.el (pcase--fgrep): Look inside vectorsStefan Monnier2020-05-111-4/+9
* | * lisp/emacs-lisp/syntax.el (syntax-propertize): Use run-hook-wrappedStefan Monnier2020-05-111-17/+21
* | * lisp/emacs-lisp/pcase.el: Don't bind unused vars in branchesStefan Monnier2020-05-101-20/+27
* | * lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typoStefan Monnier2020-05-101-1/+1
* | * lisp/emacs-lisp/eieio.el (eieio pcase macro): Remove unused var `is`Stefan Monnier2020-05-101-10/+9
* | Merge from origin/emacs-27Glenn Morris2020-05-091-5/+6
|\ \ | |/
| * Improve documentation of 'with-suppressed-warnings'.Philipp Stephani2020-05-081-5/+6
| * Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-051-9/+3
| * Revert "cl-loop: Add missing guard condition"Noam Postavsky2020-05-051-25/+7
| * Revert "Refix conditional step clauses in cl-loop"Noam Postavsky2020-05-051-37/+59
| * Remove calls to non-existent functions from edebug.el.Alan Mackenzie2020-05-041-3/+1
| * Revert "Mark breakpoints in edebug with highlights". This fixes bug #40992Alan Mackenzie2020-05-031-40/+1
* | Add new filter command to Package Menu (Bug#39903)Pieter van Oostrum2020-05-091-0/+31
* | Make pcase pattern 'eieio' respect slot access related functions.Zhu Zihao2020-05-081-10/+7
* | 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
* | * lisp/emacs-lisp/eieio.el (oset, oset-default): Mark as obsoleteStefan Monnier2020-05-031-2/+4
* | Use lexical-binding in check-declare.el and add testsSimen Heggestøyl2020-05-031-2/+2
* | Remove redundant :groups args missed in last commitStefan Kangas2020-05-031-8/+4