]> git.eshelyaron.com Git - emacs.git/commit
Base timer-list-mode on tabulated-list-mode (Bug#40854)
authorStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 21:42:37 +0000 (23:42 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 12 May 2020 17:10:03 +0000 (19:10 +0200)
commitee5c5daad5f8560d0107301b67b49daf7f523588
tree22bf27d86a9febf9fc38e1fb145f0bccd8d247b9
parenta2792ad54c310fdfabc8a9a8cf5bdf6c98a8ed20
Base timer-list-mode on tabulated-list-mode (Bug#40854)

* lisp/emacs-lisp/timer-list.el (list-timers)
(timer-list-mode): Inherit from 'tabulated-list-mode' instead of
'special-mode' and make the necessary changes to support that.

* doc/lispref/os.texi (Timers): Update documentation.
doc/lispref/os.texi
lisp/emacs-lisp/timer-list.el