From 75563821de35dacceb7bb118ee031790d0225583 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 21 Apr 2021 11:26:40 -0400 Subject: Replace `add-to-list' with `add-hook' where appropriate Patch by Stefan Monnier --- emms-info-libtag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emms-info-libtag.el') diff --git a/emms-info-libtag.el b/emms-info-libtag.el index 28add10..4269aba 100644 --- a/emms-info-libtag.el +++ b/emms-info-libtag.el @@ -33,7 +33,7 @@ ;; To activate this method for getting info, use something like: ;; (require 'emms-info-libtag) -;; (add-to-list 'emms-info-functions 'emms-info-libtag) +;; (add-hook 'emms-info-functions 'emms-info-libtag) ;; Note that you should remove emms-info-mp3info and emms-info-ogginfo ;; from the emms-info-functions list if you want to avoid -- cgit v1.2.3