aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Improve indentation of 'loop' formsStefan Kangas2020-05-031-14/+10
* | Inhibit modification hooks when saving eieio-persistent'sMichael Heerdegen2020-05-011-1/+2
* | Add lisp-data-mode for editing non-code Lisp dataJoão Távora2020-05-011-2/+11
* | Make `make-local-variable' declare the var locally dynamicMichael Heerdegen2020-04-301-0/+8
* | Add new tests to bindat-tests.elStefan Kangas2020-04-291-1/+1
* | Use lexical-binding in float-sup.el and add testsStefan Kangas2020-04-291-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-251-1/+3
|\ \ | |/
| * Clarify semantics of trace-function CONTEXT argumentNoam Postavsky2020-04-251-1/+3
* | Fix bug #40766, an error in edebug spec handlingAlan Mackenzie2020-04-241-4/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-207-27/+23
|\ \ | |/
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-187-27/+23
* | Merge from origin/emacs-27Glenn Morris2020-04-152-2/+3
|\ \ | |/