branch: externals/tmr commit 4e3a668e279246cf34da998674773c8473b1c4d5 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove unnecessary autoload --- tmr.el | 1 - 1 file changed, 1 deletion(-) diff --git a/tmr.el b/tmr.el index 86222be758..9b63d4e176 100644 --- a/tmr.el +++ b/tmr.el @@ -264,7 +264,6 @@ completion candidates." ;; NOTE 2022-04-21: Emacs has a `play-sound' function but it only ;; supports .wav and .au formats. Also, it does not work on all ;; platforms and Emacs needs to be compiled --with-sound capabilities. -;;;###autoload (defun tmr-sound-play (&optional _timer) "Play `tmr-sound-file' using the 'ffplay' executable (ffmpeg). TIMER is unused."