summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAge
* * lisp/emacs-lisp/gv.el (edebug-after): Don't run the getter in the setterStefan Monnier2021-03-05
* Fix cl-concatenate inliningEli Zaretskii2021-01-09
* Fix copyright years by handPaul Eggert2021-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* ; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstringPhilipp Stephani2020-11-16
* Fix pcase rx form snag with '?' and '??' (bug#44532)Mattias Engdegård2020-11-09
* Improve reproducibility of generated -pkg.el filesGlenn Morris2020-10-30
* Clarify the seq-reduce documentationLars Ingebrigtsen2020-10-15
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc tweakStefan Monnier2020-10-10
* ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* Make aliases introduced in previous patch obsoleteLars Ingebrigtsen2020-10-01
* Restore some public debugging functions removed in Emacs 27Gemini Lasswell2020-10-01
* Add doc to syntax-propertize-function saying it must do a 100% jobAlan Mackenzie2020-09-19
* Fix cond jump table compilation (bug#42919)Mattias Engdegård2020-08-19
* ; spelling fixesPaul Eggert2020-08-13
* Update package-menu-quick-helpBasil L. Contovounesios2020-06-05
* Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."Alan Mackenzie2020-05-31
* Improve documentation of 'with-suppressed-warnings'.Philipp Stephani2020-05-08
* Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-05
* Revert "cl-loop: Add missing guard condition"Noam Postavsky2020-05-05
* Revert "Refix conditional step clauses in cl-loop"Noam Postavsky2020-05-05
* Remove calls to non-existent functions from edebug.el.Alan Mackenzie2020-05-04
* Revert "Mark breakpoints in edebug with highlights". This fixes bug #40992Alan Mackenzie2020-05-03
* Clarify semantics of trace-function CONTEXT argumentNoam Postavsky2020-04-25
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-14
* Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)Philipp Stephani2020-04-12
* Fix void-variable n-reb in re-builder (Bug#40409)Noam Postavsky2020-04-04
* Fix cl-concatenate (Bug#40180)Noam Postavsky2020-03-22
* Improve Package Menu hiding docstringsStefan Kangas2020-03-14
* * lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.Juri Linkov2020-03-10
* ; lisp/emacs-lisp/seq.el: Explain why we don't use cl-lib hereNoam Postavsky2020-03-07
* Eliminate use of cl-concatenate in 'seq' packageAndrew Eggenberger2020-03-07
* Fix bug with JIT stealth timersPaul Eggert2020-03-07
* Fix rx error with ? and ??Mattias Engdegård2020-03-05
* * lisp/emacs-lisp/rx.el (rx--string-to-intervals): Fix error string.Mattias Engdegård2020-03-05
* Bump checkdoc-version to match library headerStefan Kangas2020-03-04
* rx: Improve 'or' compositionality (bug#37659)Mattias Engdegård2020-03-01
* Fix rx charset generationMattias Engdegård2020-02-29
* checkdoc: Don't mistake "cf." for sentence endŠtěpán Němec2020-02-28
* * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Change last fixStefan Monnier2020-02-24
* Shorten some ppss struct field namesNoam Postavsky2020-02-23
* Fix cursor-sensor--detect when current buf != selected window's bufFederico Tedin2020-02-21
* Correct default regexp in 'package-menu-hide-package'Pieter van Oostrum2020-02-15
* Remove obsolete menu entry "Redisplay buffer"Pieter van Oostrum2020-02-15
* Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-13
* rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-12
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
* More accurate documentation of 'package-menu-hide-package'Eli Zaretskii2020-02-08
* Revert "Signal user-error on duplicate package refresh"Stefan Kangas2020-02-06