branch: externals/emms
commit c5bc65678996f2043eb5b216e317dd25b5d032b9
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>

    * emms.el: explicit ignore
---
 emms.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emms.el b/emms.el
index 74dff5f..4689b49 100644
--- a/emms.el
+++ b/emms.el
@@ -1261,6 +1261,7 @@ ignore this."
 
 (defun emms-default-ok-track-function (track)
   "A function which OKs all tracks for playing by default."
+  (ignore track) ;; explicit ignore
   t)
 
 ;;; Helper functions

Reply via email to