diff options
| -rw-r--r-- | emms.el | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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  | 
