summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/emacs-lisp/debug.el (debug): Merge the non-interactive casesPaul Pogonyshev2020-01-311-150/+142
* Doc fixes in package.elStefan Kangas2020-01-191-3/+9
* ; spelling fixesPaul Eggert2020-01-171-1/+1
* Fix wording and punctuation of a recent commitEli Zaretskii2020-01-171-2/+2
* Add unattended spell-checking to checkdocDamien Cassou2020-01-171-50/+68
* Move “Fix some broken conditional forms” to masterPaul Eggert2020-01-051-4/+4
* Fix some broken conditional formsPaul Eggert2020-01-041-4/+4
* Fix copyright years by handPaul Eggert2020-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-0188-88/+88
* Avoid unbounded growth of cl-random-state components (bug#38753)Mattias Engdegård2019-12-291-1/+1
* Fix documentation of define-obsolete-* functionsEli Zaretskii2019-12-281-6/+6
* Trivial docstring fixesJuanma Barranquero2019-12-242-6/+7
* More precise 'regexp-opt' documentationMattias Engdegård2019-12-181-5/+5
* Allow characters and single-char strings in rx charsetsMattias Engdegård2019-12-131-6/+20
* Add prefix to help.el uni-confusable* varsNoam Postavsky2019-12-131-1/+1
* * lisp/emacs-lisp/edebug.el (edebug-remove-instrumentation): Use 'user-error'.Juri Linkov2019-12-131-1/+1
* Use `or' instead of `union' for charset union in rxMattias Engdegård2019-12-121-15/+26
* * lisp/emacs-lisp/debug.el (debug-on-entry): Allow undefined functionsStefan Monnier2019-12-111-1/+1
* Add `union' and `intersection' to rx (bug#37849)Mattias Engdegård2019-12-101-95/+214
* Spelling fixesPaul Eggert2019-12-092-2/+2
* * lisp/emacs-lisp/map-ynp.el (read-answer): Use [remap self-insert-command]Juri Linkov2019-12-101-1/+1
* * lisp/emacs-lisp/map-ynp.el (read-answer): Allow more SHORT-ANSWER types.Juri Linkov2019-12-091-5/+18
* Don't use the return value of 'push'Mattias Engdegård2019-12-041-1/+1
* Avoid duplicated character classes in rxMattias Engdegård2019-12-031-1/+3
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-031-0/+1
* Use run-with-idle-timer instead of debounce for responsive image scaling.Juri Linkov2019-11-301-44/+0
* Improve errors & warnings due to fancy quoted vars (Bug#32939)Noam Postavsky2019-11-283-5/+29
* Use new macro debounce-reduce to make mouse scaling of images more responsiveJuri Linkov2019-11-241-0/+44
* Fix edebug instrumentation removing from advised functionsMichael Heerdegen2019-11-231-6/+22
* Refix conditional step clauses in cl-loopdickmao2019-11-221-59/+37
* Fix uses of inhibit-message in package.elEli Zaretskii2019-11-221-5/+1
* * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix bug#38255Stefan Monnier2019-11-211-1/+5
* Make pp-buffer into a commandLars Ingebrigtsen2019-11-211-0/+1
* Make with-suppressed-warnings work for macros, tooLars Ingebrigtsen2019-11-201-1/+1
* Fix cl-prettyexpand in the non-FULL caseLars Ingebrigtsen2019-11-181-9/+7
* Make edebug-remove-instrumentation remove macro instrumentationLars Ingebrigtsen2019-11-151-2/+3
* Allow using edebug-remove-instrumentation more fine-grainedLars Ingebrigtsen2019-11-141-17/+31
* * lisp/emacs-lisp/easymenu.el (easy-menu-make-symbol): Fix last changeStefan Monnier2019-11-121-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-3/+3
* Document Lisp floats a bit betterPaul Eggert2019-11-101-9/+7
* * lisp/autorevert.el: Use 'minibuffer-message' to not obscure the prompt.Juri Linkov2019-11-101-1/+1
* Add CHARS arg to read-char-from-minibuffer compatible with read-char-choice.Juri Linkov2019-11-101-3/+3
* * lisp/emacs-lisp/easymenu.el: Don't quote lambdasStefan Monnier2019-11-071-6/+6