summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-02-162-37/+12
|\
| * 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
* | Merge from origin/emacs-27Glenn Morris2020-02-131-1/+1
|\ \ | |/
| * rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-121-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-02-132-4/+5
|\ \ | |/
| * 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
* | Eval macro arg just onceTino Calancha2020-02-051-3/+4
* | Silence byte-compiler warningStefan Kangas2020-02-051-2/+1
* | Add new filter commands to Package Menu (Bug#38424)Stefan Kangas2020-02-051-44/+175
* | * lisp/emacs-lisp/map.el: Add keyword-only pattern abbreviationAdam Porter2020-02-041-6/+11
* | Revert the --with-install-srcdir patchPaul Eggert2020-01-271-8/+3
* | * lisp/emacs-lisp/debug.el (debug): Merge the non-interactive casesPaul Pogonyshev2020-01-261-150/+142
* | Install C source code for C-h f etc.Paul Eggert2020-01-241-3/+8
* | Globally sanitize single-file package long descriptions (Bug#37548)Bruno Félix Rezende Ribeiro2020-01-232-23/+19
* | Unbreak byte compilationGlenn Morris2020-01-231-30/+31
* | Remove irrelevant info from .elc headersStefan Kangas2020-01-231-5/+1
* | Default lisp-mode to use Common Lisp indentationHelmut Eller2020-01-221-0/+1
* | Merge from origin/emacs-27Glenn Morris2020-01-201-3/+9
|\ \ | |/
| * Doc fixes in package.elStefan Kangas2020-01-191-3/+9
* | Merge from origin/emacs-27Glenn Morris2020-01-201-1/+1
|\ \ | |/
| * ; spelling fixesPaul Eggert2020-01-171-1/+1
* | Add space before messsage in byte compiler warningsRüdiger Sonderfeld2020-01-191-1/+1
* | Introduce element &error into edebug specification lists for macrosAlan Mackenzie2020-01-171-0/+12
* | Merge from origin/emacs-27Glenn Morris2020-01-171-2/+2
|\ \ | |/
| * 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
* | Replace add-hook load-hook with with-eval-after-loadGlenn Morris2020-01-162-13/+2
* | edebug: remove ancient code for ancient XEmacs support libsGlenn Morris2020-01-161-12/+0
* | Remove a FIXME from package.elStefan Kangas2020-01-171-1/+0
* | Add unattended spell-checking to checkdocDamien Cassou2020-01-161-50/+68
* | Mark 'catch' and 'condition-case' bytecodes as obsoleteMattias Engdegård2020-01-051-2/+3
* | Merge from origin/emacs-27Paul Eggert2020-01-051-4/+4
|\ \ | |/
| * Fix some broken conditional formsPaul Eggert2020-01-041-4/+4
* | Remove generation of old bytecodes for catch/unwindMattias Engdegård2020-01-053-123/+18
* | * lisp/emacs-lisp/bindat.el: Remove obsolete comment.Paul Eggert2020-01-041-3/+0
* | Generate fewer useless conditionals in cl-loopMattias Engdegård2020-01-041-1/+4
* | Merge from origin/emacs-27Paul Eggert2020-01-0189-89/+89
|\ \ | |/
| * Fix copyright years by handPaul Eggert2020-01-011-1/+1
| * Update copyright year to 2020Paul Eggert2020-01-0188-88/+88
* | Merge from origin/emacs-27Glenn Morris2019-12-301-1/+1
|\ \ | |/
| * Avoid unbounded growth of cl-random-state components (bug#38753)Mattias Engdegård2019-12-291-1/+1
* | Merge from origin/emacs-27Glenn Morris2019-12-301-6/+6
|\ \ | |/
| * Fix documentation of define-obsolete-* functionsEli Zaretskii2019-12-281-6/+6
* | Deduplicate non-fixnum numeric constants in byte-compilationMattias Engdegård2019-12-271-1/+1