summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/timer-list.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
| | | | | | Run admin/update-copyright in the master branch. This fixes files that were not already fixed in the emacs-25 branch before it was merged here.
* Make the revert command in timer-list-mode workLars Ingebrigtsen2016-03-011-1/+2
| | | | | * lisp/emacs-lisp/timer-list.el (timer-list): Make the revert command work.
* Disable 'timer-list'Eli Zaretskii2016-02-091-0/+3
| | | | | * lisp/emacs-lisp/timer-list.el: Make 'timer-list' a disabled command.
* Add a mode to list and cancel timersLars Ingebrigtsen2016-02-091-0/+108
* doc/lispref/os.texi (Timers): Menton `timer-list'. * lisp/emacs-lisp/timer-list.el: New file.