aboutsummaryrefslogtreecommitdiff
path: root/emms-info-metaflac.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-04-21 11:26:40 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-04-21 11:26:40 -0400
commit75563821de35dacceb7bb118ee031790d0225583 (patch)
tree6fb4ff7e292662afc1aa59cf818e7cbd9113ef1b /emms-info-metaflac.el
parent725feceb896b3a70b0988f32eeee0d79ca102521 (diff)
Replace `add-to-list' with `add-hook' where appropriate
Patch by Stefan Monnier
Diffstat (limited to 'emms-info-metaflac.el')
-rw-r--r--emms-info-metaflac.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-info-metaflac.el b/emms-info-metaflac.el
index d9eebbc..79131cb 100644
--- a/emms-info-metaflac.el
+++ b/emms-info-metaflac.el
@@ -34,7 +34,7 @@
;; To activate this method for getting info, use something like:
;; (require 'emms-info-metaflac)
-;; (add-to-list 'emms-info-methods-list 'emms-info-metaflac)
+;; (add-hook 'emms-info-methods-list 'emms-info-metaflac)
;;; Code: