summaryrefslogtreecommitdiff
path: root/lisp/thread.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * lisp/thread.el (thread-list-mode-map): Prefer defvar-keymap.Stefan Kangas2022-11-091-14/+12
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Declare functions to silence byte-compilerStefan Kangas2021-12-211-0/+7
|/
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Remove obsolete thread-alive-pMichael Albinus2020-01-091-2/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* * lisp/thread.el: Remove more useless runtime requires.Glenn Morris2018-09-101-2/+2
* Remove useless requires of subr-x at runtimeGlenn Morris2018-09-101-1/+1
* Use thread-live-p instead of obsolete thread-alive-pGemini Lasswell2018-09-091-6/+6
* Add check in list-threads for --without-threads configurationGemini Lasswell2018-09-091-0/+3
* Show backtraces of threads from thread list bufferGemini Lasswell2018-09-091-6/+55
* Make list-threads refresh the *Threads* buffer if it already existsGemini Lasswell2018-09-091-1/+3
* Improve docstrings of thread-list functionsGemini Lasswell2018-09-091-16/+17
* Make lisp/thread.el the new home for thread-related Lisp functionsGemini Lasswell2018-09-091-0/+145