branch: externals/tmr commit 38c9089597877936294dcc060d365ea27d3cdee9 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Protesilaos Stavrou <i...@protesilaos.com>
tmr-remove-finished: Add autoload --- tmr.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tmr.el b/tmr.el index b6ec15e746..546ac831bc 100644 --- a/tmr.el +++ b/tmr.el @@ -221,6 +221,7 @@ With optional NO-HOOKS refrain from calling (run-hooks 'tmr--update-hook) (run-hook-with-args 'tmr-timer-cancelled-functions timer)))) +;;;###autoload (defun tmr-remove-finished () "Remove all finished timers." (interactive)