summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/gv.el (edebug-after): Don't run the getter in the setterStefan Monnier2021-03-051-2/+1
* Fix cl-concatenate inliningEli Zaretskii2021-01-091-0/+3
* Fix copyright years by handPaul Eggert2021-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-0188-88/+88
* ; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstringPhilipp Stephani2020-11-161-1/+1
* Fix pcase rx form snag with '?' and '??' (bug#44532)Mattias Engdegård2020-11-091-1/+1
* Improve reproducibility of generated -pkg.el filesGlenn Morris2020-10-301-1/+2
* Clarify the seq-reduce documentationLars Ingebrigtsen2020-10-151-3/+5
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc tweakStefan Monnier2020-10-101-0/+4
* ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-024-6/+6
* Make aliases introduced in previous patch obsoleteLars Ingebrigtsen2020-10-011-2/+4
* Restore some public debugging functions removed in Emacs 27Gemini Lasswell2020-10-012-4/+22
* Add doc to syntax-propertize-function saying it must do a 100% jobAlan Mackenzie2020-09-191-1/+6
* Fix cond jump table compilation (bug#42919)Mattias Engdegård2020-08-191-24/+28
* ; spelling fixesPaul Eggert2020-08-131-2/+2
* Update package-menu-quick-helpBasil L. Contovounesios2020-06-051-2/+5
* Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."Alan Mackenzie2020-05-311-3/+4
* 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
* Clarify semantics of trace-function CONTEXT argumentNoam Postavsky2020-04-251-1/+3
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-187-27/+23
* Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-142-2/+3
* Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)Philipp Stephani2020-04-121-1/+1
* Fix void-variable n-reb in re-builder (Bug#40409)Noam Postavsky2020-04-041-9/+8
* Fix cl-concatenate (Bug#40180)Noam Postavsky2020-03-221-1/+1
* Improve Package Menu hiding docstringsStefan Kangas2020-03-141-4/+16
* * lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.Juri Linkov2020-03-101-1/+1
* ; lisp/emacs-lisp/seq.el: Explain why we don't use cl-lib hereNoam Postavsky2020-03-071-0/+4
* Eliminate use of cl-concatenate in 'seq' packageAndrew Eggenberger2020-03-072-6/+6
* Fix bug with JIT stealth timersPaul Eggert2020-03-071-1/+1
* Fix rx error with ? and ??Mattias Engdegård2020-03-051-1/+1
* * lisp/emacs-lisp/rx.el (rx--string-to-intervals): Fix error string.Mattias Engdegård2020-03-051-1/+1
* Bump checkdoc-version to match library headerStefan Kangas2020-03-041-1/+1
* rx: Improve 'or' compositionality (bug#37659)Mattias Engdegård2020-03-011-28/+48
* Fix rx charset generationMattias Engdegård2020-02-291-1/+5
* checkdoc: Don't mistake "cf." for sentence endŠtěpán Němec2020-02-281-1/+1
* * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Change last fixStefan Monnier2020-02-241-55/+57
* Shorten some ppss struct field namesNoam Postavsky2020-02-231-13/+13
* Fix cursor-sensor--detect when current buf != selected window's bufFederico Tedin2020-02-211-3/+4
* Correct default regexp in 'package-menu-hide-package'Pieter van Oostrum2020-02-151-1/+2
* Remove obsolete menu entry "Redisplay buffer"Pieter van Oostrum2020-02-151-2/+1
* Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-131-34/+9
* rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-121-1/+1
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-1/+1
* More accurate documentation of 'package-menu-hide-package'Eli Zaretskii2020-02-081-3/+4
* Revert "Signal user-error on duplicate package refresh"Stefan Kangas2020-02-061-4/+1