summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAge
* Disable byte-compile-cond-use-jump-table (Bug#35770)Noam Postavsky2019-06-01
* Allow macros autoloaded as functions during bytecomp (Bug#36022)Noam Postavsky2019-06-01
* * lisp/emacs-lisp/package.el: Obey buffer-file-coding-system (bug#35739)Stefan Monnier2019-05-31
* Warn about wrong number of args for subrs (Bug#35767)Noam Postavsky2019-05-30
* Use plain symbols for eieio type descriptors (Bug#29220)Noam Postavsky2019-05-30
* Avoid infloop in read-multiple-choice (Bug#32257)Noam Postavsky2019-05-26
* Fix incorrect cloning of eieio-instance-inheritor objects (Bug#34840)Vitalie Spinu2019-05-08
* Fix cloning of eieio-named objects (Bug#22840)Vitalie Spinu2019-05-07
* Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-22
* Fix downloading updates for packages with non-ASCII descriptionsEli Zaretskii2019-03-19
* Fix a typo in the doc string of 'regex-opt'Eli Zaretskii2019-02-22
* * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)David Pathakjee2019-02-18
* Fix copyright years by handPaul Eggert2019-01-01
* Update copyright year to 2019Paul Eggert2019-01-01
* cl-make-random-state was not copying its argPaul Eggert2018-12-19
* * lisp/emacs-lisp/cursor-sensor.el: Add motivationStefan Monnier2018-12-09
* Improve documentation of cursor-sensor.el (bug#33664)Stefan Monnier2018-12-09
* * lisp/emacs-lisp/subr-x.el (if-let, when-let): Doc fix: active voice.Glenn Morris2018-12-01
* Fix a typo in a doc stringEli Zaretskii2018-11-28
* * lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Pass format to message.Glenn Morris2018-11-27
* Avoid clearing echo-area message by auto-save-visited-file-nameEli Zaretskii2018-11-26
* Fix two Edebug defcustoms (bug#33428)Stephen Berman2018-11-19
* Fix tempfile creation when byte compilingPaul Eggert2018-11-15
* Improve documentation of destructuring-binding macrosEli Zaretskii2018-11-03
* Doc fix for checkdoc-continueEric Abrahamsen2018-11-01
* Fix a typo in autoload.elEli Zaretskii2018-11-01
* * lisp/emacs-lisp/pcase.el: Improve docstrings.Stefan Monnier2018-10-30
* * lisp/emacs-lisp/rx.el (rx): Fix typo in doc string. (Bug#33205)Eli Zaretskii2018-10-30
* Don't error when indenting malformed Lisp (Bug#30891)Noam Postavsky2018-10-25
* Further fix to eieio-persistentEric Abrahamsen2018-10-04
* Improve cl-do, cl-do* docstringsTino Calancha2018-09-29
* Small checkdoc quoting fix (bug#32546)Glenn Morris2018-08-27
* Do not consider external packages to be removable (Bug#27822)Yuri D'Elia2018-08-11
* New function read-answer (Bug#31782)Juri Linkov2018-08-04
* Don't fail to indent-sexp before a full sexp (Bug#31984)Noam Postavsky2018-07-27
* Fix indent-sexp of #s(...) (Bug#31984)Noam Postavsky2018-07-21
* Improve documentation of 'pcase-defmacro rx'Eli Zaretskii2018-07-20
* Avoid turning on the global-minor-mode recursivelyJohn Shahid2018-07-10
* Stop using indent-line-to in lisp-indent-line (Bug#32014)Noam Postavsky2018-07-09
* Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)Gemini Lasswell2018-06-30
* Detect a non-list package archive content properly (Bug#22311)Noam Postavsky2018-06-26
* * lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix docstring quotes.Noam Postavsky2018-06-24
* Change name of `seqp' argument (Bug#26411)Simen Heggestøyl2018-06-21
* Fix #'fun handling inside `labels' (Bug#31792)Noam Postavsky2018-06-19
* Fix byte compilation of (eq foo 'default)Paul Eggert2018-06-16
* Make cl-print respect print-quoted (bug#31649)Gemini Lasswell2018-06-07
* Make cl-print respect print-level and print-length (bug#31559)Gemini Lasswell2018-06-04
* Update doc string of 'rx'Eli Zaretskii2018-06-03
* Fix cl-print for circular sublists (Bug#31146)Noam Postavsky2018-06-03
* Improve read-multiple-choice docstring (Bug#31628)Damien Cassou2018-05-29